Shades of Sprout #BBC89A
Tints of Sprout #BBC89A
RGB
CMYK
RGB Variations
Color information
#BBC89A (or 0xBBC89A) is known color: Sprout. HEX triplet: BB, C8 and 9A. RGB value is (187,200,154). Sum of RGB (Red+Green+Blue) = 187+200+154=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC89A is #443765. Grayscale: #BFBFBF. Windows color (decimal): -4470630 or 10143931. OLE color: 10143931.
HSL color Cylindrical-coordinate representation of color #BBC89A: hue angle of 76.96º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC89A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 154 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.22 |
| HSL | 76.96º | 0.29% | 0.69% | - |
| HSV(B) | 76.96º | 0.23% | 0.78% | - |
| XYZ | 46.98 | 54.21 | 38.56 | - |
| YUV | 190.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 154 | 0.06 | 0 | 0.23 | 0.22 | 76.96 | 0.29 | 0.69 |
| Hex | BB | C8 | 9A | 6 | 0 | 17 | 16 | 4D | 1D | 45 |
| Octal | 273 | 310 | 232 | 6 | 0 | 27 | 26 | 115 | 35 | 105 |
| Binary | 10111011 | 11001000 | 10011010 | 110 | 0 | 10111 | 10110 | 1001101 | 11101 | 1000101 |
Color Harmonies of #BBC89A
Complementary color
Monochromatic Colors of #BBC89A
Black with #BBC89A
Text Example
Text Example
White with #BBC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC89A; }
p { color: rgb(187,200,154); }
H1.HeaderClassName
{
color: #BBC89A;
}
.AnyTagClassName
{
color: #BBC89A;
}
</style>
background-color css
<style>
a { background-color: #BBC89A; }
a { background-color: rgb(187,200,154); }
div.DivClassName
{
background-color: #BBC89A;
}
.BgClassName
{
background-color: #BBC89A;
}
</style>
border-color css
<style>
span { border-color: #BBC89A; }
span { border-color: rgb(187,200,154); }
td.TdClassName
{
border-color: #BBC89A;
}
.TagClassName
{
border-color: #BBC89A;
}
</style>