Shades of Sprout #BBCB92
Tints of Sprout #BBCB92
RGB
CMYK
RGB Variations
Color information
#BBCB92 (or 0xBBCB92) is known color: 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
| RGB | 187 | 203 | 146 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.20 |
| HSL | 76.84º | 0.35% | 0.68% | - |
| HSV(B) | 76.84º | 0.28% | 0.8% | - |
| XYZ | 47.04 | 55.35 | 35.4 | - |
| YUV | 191.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 146 | 0.08 | 0 | 0.28 | 0.20 | 76.84 | 0.35 | 0.68 |
| Hex | BB | CB | 92 | 8 | 0 | 1C | 14 | 4D | 23 | 44 |
| Octal | 273 | 313 | 222 | 10 | 0 | 34 | 24 | 115 | 43 | 104 |
| Binary | 10111011 | 11001011 | 10010010 | 1000 | 0 | 11100 | 10100 | 1001101 | 100011 | 1000100 |
Color Harmonies of #BBCB92
Complementary color
Monochromatic Colors of #BBCB92
Black with #BBCB92
Text Example
Text Example
White with #BBCB92
Text Example
Text Example
HTML Codes & Css Web 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>