Shades of Sprout #B9CB91
Tints of Sprout #B9CB91
RGB
CMYK
RGB Variations
Color information
#B9CB91 (or 0xB9CB91) is known color: Sprout. HEX triplet: B9, CB and 91. RGB value is (185,203,145). Sum of RGB (Red+Green+Blue) = 185+203+145=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB91 is #46346E. Grayscale: #BFBFBF. Windows color (decimal): -4600943 or 9554873. OLE color: 9554873.
HSL color Cylindrical-coordinate representation of color #B9CB91: hue angle of 78.62º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9CB91 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 145 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.20 |
| HSL | 78.62º | 0.36% | 0.68% | - |
| HSV(B) | 78.62º | 0.29% | 0.8% | - |
| XYZ | 46.47 | 55.07 | 34.97 | - |
| YUV | 191.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 145 | 0.09 | 0 | 0.29 | 0.20 | 78.62 | 0.36 | 0.68 |
| Hex | B9 | CB | 91 | 9 | 0 | 1D | 14 | 4F | 24 | 44 |
| Octal | 271 | 313 | 221 | 11 | 0 | 35 | 24 | 117 | 44 | 104 |
| Binary | 10111001 | 11001011 | 10010001 | 1001 | 0 | 11101 | 10100 | 1001111 | 100100 | 1000100 |
Color Harmonies of #B9CB91
Complementary color
Monochromatic Colors of #B9CB91
Black with #B9CB91
Text Example
Text Example
White with #B9CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB91; }
p { color: rgb(185,203,145); }
H1.HeaderClassName
{
color: #B9CB91;
}
.AnyTagClassName
{
color: #B9CB91;
}
</style>
background-color css
<style>
a { background-color: #B9CB91; }
a { background-color: rgb(185,203,145); }
div.DivClassName
{
background-color: #B9CB91;
}
.BgClassName
{
background-color: #B9CB91;
}
</style>
border-color css
<style>
span { border-color: #B9CB91; }
span { border-color: rgb(185,203,145); }
td.TdClassName
{
border-color: #B9CB91;
}
.TagClassName
{
border-color: #B9CB91;
}
</style>