#BBCB92

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

Shades of Sprout #BBCB92

Tints of Sprout #BBCB92

Color information

#BBCB92 (or 0xBBCB92) is unknown color: approx Sprout. HEX triplet: BB, CB and 92. RGB value is (187,203,146). Sum of RGB (Red+Green+Blue) = 187+203+146=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB92 is #44346D. Grayscale: #BFBFBF. Windows color (decimal): -4469870 or 9620411. OLE color: 9620411.

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

Color convert

RGB187203146-
CMYK0.0800.280.20
HSL76.84º35.4%68.43%-
HSV(B)76.84º28.08%79.61%-
XYZ47.0455.3535.4-
YUV191.72102.2124.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=34.89%
G=37.87%
B=27.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031460.0800.280.2076.8435.468.43
HexBBCB92801C144d2344
Octal273313222100342411543104
Binary10111011110010111001001010000111001010010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB92; }

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

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

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

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

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

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

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

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