#BBDD96

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

Shades of Sprout #BBDD96

Tints of Sprout #BBDD96

Color information

#BBDD96 (or 0xBBDD96) is unknown color: approx Sprout. HEX triplet: BB, DD and 96. RGB value is (187,221,150). Sum of RGB (Red+Green+Blue) = 187+221+150=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD96 is #442269. Grayscale: #CACACA. Windows color (decimal): -4465258 or 9887163. OLE color: 9887163.

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

Color convert

RGB187221150-
CMYK0.1500.320.13
HSL88.73º51.08%72.75%-
HSV(B)88.73º32.13%86.67%-
XYZ51.8564.4838.57-
YUV202.7498.24116.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=33.51%
G=39.61%
B=26.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211500.1500.320.1388.7351.0872.75
HexBBDD96F020D593349
Octal273335226170401513163111
Binary10111011110111011001011011110100000110110110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD96; }

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

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

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

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

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

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

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

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