#BBCB97

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

Shades of Sprout #BBCB97

Tints of Sprout #BBCB97

Color information

#BBCB97 (or 0xBBCB97) is unknown color: approx Sprout. HEX triplet: BB, CB and 97. RGB value is (187,203,151). Sum of RGB (Red+Green+Blue) = 187+203+151=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB97 is #443468. Grayscale: #C0C0C0. Windows color (decimal): -4469865 or 9948091. OLE color: 9948091.

HSL color Cylindrical-coordinate representation of color #BBCB97: hue angle of 78.46º degrees, saturation: 0.33, 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 #BBCB97 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB187203151-
CMYK0.0800.260.20
HSL78.46º33.33%69.41%-
HSV(B)78.46º25.62%79.61%-
XYZ47.4455.5137.49-
YUV192.29104.7124.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=34.57%
G=37.52%
B=27.91%

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
Decimal1872031510.0800.260.2078.4633.3369.41
HexBBCB97801A144e2145
Octal273313227100322411641105
Binary10111011110010111001011110000110101010010011101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB97; }

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

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

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

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

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

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

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

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