#BBD895

Color #BBD895 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BBD895

Tints of Sprout #BBD895

Color information

#BBD895 (or 0xBBD895) is unknown color: approx Sprout. HEX triplet: BB, D8 and 95. RGB value is (187,216,149). Sum of RGB (Red+Green+Blue) = 187+216+149=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD895 is #44276A. Grayscale: #C7C7C7. Windows color (decimal): -4466539 or 9820347. OLE color: 9820347.

HSL color Cylindrical-coordinate representation of color #BBD895: hue angle of 85.97º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD895 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB187216149-
CMYK0.1300.310.15
HSL85.97º46.21%71.57%-
HSV(B)85.97º31.02%84.71%-
XYZ50.4761.8537.71-
YUV199.6999.39118.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=33.88%
G=39.13%
B=26.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161490.1300.310.1585.9746.2171.57
HexBBD895D01FF562e48
Octal273330225150371712656110
Binary1011101111011000100101011101011111111110101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD895; }

 p { color: rgb(187,216,149); }

 H1.HeaderClassName
 {
   color: #BBD895;
 }
 .AnyTagClassName
 {
   color: #BBD895;
 }
</style>
background-color css

<style>
 a { background-color: #BBD895; }

 a { background-color: rgb(187,216,149); }

 div.DivClassName
 {
   background-color: #BBD895;
 }
 .BgClassName
 {
   background-color: #BBD895;
 }
</style>
border-color css

<style>
 span { border-color: #BBD895; }

 span { border-color: rgb(187,216,149); }

 td.TdClassName
 {
   border-color: #BBD895;
 }
 .TagClassName
 {
   border-color: #BBD895;
 }
</style>