#BBDF96

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

Shades of Sprout #BBDF96

Tints of Sprout #BBDF96

Color information

#BBDF96 (or 0xBBDF96) is unknown color: approx Sprout. HEX triplet: BB, DF and 96. RGB value is (187,223,150). Sum of RGB (Red+Green+Blue) = 187+223+150=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF96 is #442069. Grayscale: #CCCCCC. Windows color (decimal): -4464746 or 9887675. OLE color: 9887675.

HSL color Cylindrical-coordinate representation of color #BBDF96: hue angle of 89.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDF96 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB187223150-
CMYK0.1600.330.13
HSL89.59º53.28%73.14%-
HSV(B)89.59º32.74%87.45%-
XYZ52.3965.5438.74-
YUV203.9197.57115.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=33.39%
G=39.82%
B=26.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231500.1600.330.1389.5953.2873.14
HexBBDF9610021D5a3549
Octal273337226200411513265111
Binary101110111101111110010110100000100001110110110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF96; }

 p { color: rgb(187,223,150); }

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

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

 a { background-color: rgb(187,223,150); }

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

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

 span { border-color: rgb(187,223,150); }

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