#BBCB96

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

Shades of Sprout #BBCB96

Tints of Sprout #BBCB96

Color information

#BBCB96 (or 0xBBCB96) is unknown color: approx Sprout. HEX triplet: BB, CB and 96. RGB value is (187,203,150). Sum of RGB (Red+Green+Blue) = 187+203+150=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB96 is #443469. Grayscale: #C0C0C0. Windows color (decimal): -4469866 or 9882555. OLE color: 9882555.

HSL color Cylindrical-coordinate representation of color #BBCB96: hue angle of 78.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCB96 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB187203150-
CMYK0.0800.260.20
HSL78.11º33.76%69.22%-
HSV(B)78.11º26.11%79.61%-
XYZ47.3555.4837.07-
YUV192.17104.2124.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=34.63%
G=37.59%
B=27.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031500.0800.260.2078.1133.7669.22
HexBBCB96801A144e2245
Octal273313226100322411642105
Binary10111011110010111001011010000110101010010011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB96; }

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

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

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

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

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

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

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

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