Shades of Sprout #BBC999
Tints of Sprout #BBC999
RGB
CMYK
RGB Variations
Color information
#BBC999 (or 0xBBC999) is known color: Sprout. HEX triplet: BB, C9 and 99. RGB value is (187,201,153). Sum of RGB (Red+Green+Blue) = 187+201+153=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC999 is #443666. Grayscale: #BFBFBF. Windows color (decimal): -4470375 or 10078651. OLE color: 10078651.
HSL color Cylindrical-coordinate representation of color #BBC999: hue angle of 77.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC999 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 153 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.21 |
| HSL | 77.5º | 0.31% | 0.69% | - |
| HSV(B) | 77.5º | 0.24% | 0.79% | - |
| XYZ | 47.13 | 54.64 | 38.2 | - |
| YUV | 191.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 153 | 0.07 | 0 | 0.24 | 0.21 | 77.5 | 0.31 | 0.69 |
| Hex | BB | C9 | 99 | 7 | 0 | 18 | 15 | 4E | 1F | 45 |
| Octal | 273 | 311 | 231 | 7 | 0 | 30 | 25 | 116 | 37 | 105 |
| Binary | 10111011 | 11001001 | 10011001 | 111 | 0 | 11000 | 10101 | 1001110 | 11111 | 1000101 |
Color Harmonies of #BBC999
Complementary color
Monochromatic Colors of #BBC999
Black with #BBC999
Text Example
Text Example
White with #BBC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC999; }
p { color: rgb(187,201,153); }
H1.HeaderClassName
{
color: #BBC999;
}
.AnyTagClassName
{
color: #BBC999;
}
</style>
background-color css
<style>
a { background-color: #BBC999; }
a { background-color: rgb(187,201,153); }
div.DivClassName
{
background-color: #BBC999;
}
.BgClassName
{
background-color: #BBC999;
}
</style>
border-color css
<style>
span { border-color: #BBC999; }
span { border-color: rgb(187,201,153); }
td.TdClassName
{
border-color: #BBC999;
}
.TagClassName
{
border-color: #BBC999;
}
</style>