Shades of Sprout #BBC59D
Tints of Sprout #BBC59D
RGB
CMYK
RGB Variations
Color information
#BBC59D (or 0xBBC59D) is known color: Sprout. HEX triplet: BB, C5 and 9D. RGB value is (187,197,157). Sum of RGB (Red+Green+Blue) = 187+197+157=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC59D is #443A62. Grayscale: #BDBDBD. Windows color (decimal): -4471395 or 10339771. OLE color: 10339771.
HSL color Cylindrical-coordinate representation of color #BBC59D: hue angle of 75º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC59D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 157 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.23 |
| HSL | 75º | 0.26% | 0.69% | - |
| HSV(B) | 75º | 0.2% | 0.77% | - |
| XYZ | 46.55 | 52.93 | 39.66 | - |
| YUV | 189.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 157 | 0.05 | 0 | 0.20 | 0.23 | 75 | 0.26 | 0.69 |
| Hex | BB | C5 | 9D | 5 | 0 | 14 | 17 | 4B | 1A | 45 |
| Octal | 273 | 305 | 235 | 5 | 0 | 24 | 27 | 113 | 32 | 105 |
| Binary | 10111011 | 11000101 | 10011101 | 101 | 0 | 10100 | 10111 | 1001011 | 11010 | 1000101 |
Color Harmonies of #BBC59D
Complementary color
Monochromatic Colors of #BBC59D
Black with #BBC59D
Text Example
Text Example
White with #BBC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC59D; }
p { color: rgb(187,197,157); }
H1.HeaderClassName
{
color: #BBC59D;
}
.AnyTagClassName
{
color: #BBC59D;
}
</style>
background-color css
<style>
a { background-color: #BBC59D; }
a { background-color: rgb(187,197,157); }
div.DivClassName
{
background-color: #BBC59D;
}
.BgClassName
{
background-color: #BBC59D;
}
</style>
border-color css
<style>
span { border-color: #BBC59D; }
span { border-color: rgb(187,197,157); }
td.TdClassName
{
border-color: #BBC59D;
}
.TagClassName
{
border-color: #BBC59D;
}
</style>