Shades of Sprout #BBC69E
Tints of Sprout #BBC69E
RGB
CMYK
RGB Variations
Color information
#BBC69E (or 0xBBC69E) is known color: Sprout. HEX triplet: BB, C6 and 9E. RGB value is (187,198,158). Sum of RGB (Red+Green+Blue) = 187+198+158=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC69E is #443961. Grayscale: #BEBEBE. Windows color (decimal): -4471138 or 10405563. OLE color: 10405563.
HSL color Cylindrical-coordinate representation of color #BBC69E: hue angle of 76.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC69E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 158 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.22 |
| HSL | 76.5º | 0.26% | 0.7% | - |
| HSV(B) | 76.5º | 0.2% | 0.78% | - |
| XYZ | 46.86 | 53.42 | 40.19 | - |
| YUV | 190.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 158 | 0.06 | 0 | 0.20 | 0.22 | 76.5 | 0.26 | 0.7 |
| Hex | BB | C6 | 9E | 6 | 0 | 14 | 16 | 4C | 1A | 46 |
| Octal | 273 | 306 | 236 | 6 | 0 | 24 | 26 | 114 | 32 | 106 |
| Binary | 10111011 | 11000110 | 10011110 | 110 | 0 | 10100 | 10110 | 1001100 | 11010 | 1000110 |
Color Harmonies of #BBC69E
Complementary color
Monochromatic Colors of #BBC69E
Black with #BBC69E
Text Example
Text Example
White with #BBC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC69E; }
p { color: rgb(187,198,158); }
H1.HeaderClassName
{
color: #BBC69E;
}
.AnyTagClassName
{
color: #BBC69E;
}
</style>
background-color css
<style>
a { background-color: #BBC69E; }
a { background-color: rgb(187,198,158); }
div.DivClassName
{
background-color: #BBC69E;
}
.BgClassName
{
background-color: #BBC69E;
}
</style>
border-color css
<style>
span { border-color: #BBC69E; }
span { border-color: rgb(187,198,158); }
td.TdClassName
{
border-color: #BBC69E;
}
.TagClassName
{
border-color: #BBC69E;
}
</style>