Shades of Sprout #BBC59E
Tints of Sprout #BBC59E
RGB
CMYK
RGB Variations
Color information
#BBC59E (or 0xBBC59E) is known color: Sprout. HEX triplet: BB, C5 and 9E. RGB value is (187,197,158). Sum of RGB (Red+Green+Blue) = 187+197+158=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC59E is #443A61. Grayscale: #BDBDBD. Windows color (decimal): -4471394 or 10405307. OLE color: 10405307.
HSL color Cylindrical-coordinate representation of color #BBC59E: hue angle of 75.38º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC59E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 158 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.23 |
| HSL | 75.38º | 0.25% | 0.7% | - |
| HSV(B) | 75.38º | 0.2% | 0.77% | - |
| XYZ | 46.63 | 52.97 | 40.11 | - |
| YUV | 189.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 158 | 0.05 | 0 | 0.20 | 0.23 | 75.38 | 0.25 | 0.7 |
| Hex | BB | C5 | 9E | 5 | 0 | 14 | 17 | 4B | 19 | 46 |
| Octal | 273 | 305 | 236 | 5 | 0 | 24 | 27 | 113 | 31 | 106 |
| Binary | 10111011 | 11000101 | 10011110 | 101 | 0 | 10100 | 10111 | 1001011 | 11001 | 1000110 |
Color Harmonies of #BBC59E
Complementary color
Monochromatic Colors of #BBC59E
Black with #BBC59E
Text Example
Text Example
White with #BBC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC59E; }
p { color: rgb(187,197,158); }
H1.HeaderClassName
{
color: #BBC59E;
}
.AnyTagClassName
{
color: #BBC59E;
}
</style>
background-color css
<style>
a { background-color: #BBC59E; }
a { background-color: rgb(187,197,158); }
div.DivClassName
{
background-color: #BBC59E;
}
.BgClassName
{
background-color: #BBC59E;
}
</style>
border-color css
<style>
span { border-color: #BBC59E; }
span { border-color: rgb(187,197,158); }
td.TdClassName
{
border-color: #BBC59E;
}
.TagClassName
{
border-color: #BBC59E;
}
</style>