Shades of Sprout #B8CB91
Tints of Sprout #B8CB91
RGB
CMYK
RGB Variations
Color information
#B8CB91 (or 0xB8CB91) is known color: Sprout. HEX triplet: B8, CB and 91. RGB value is (184,203,145). Sum of RGB (Red+Green+Blue) = 184+203+145=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB91 is #47346E. Grayscale: #BEBEBE. Windows color (decimal): -4666479 or 9554872. OLE color: 9554872.
HSL color Cylindrical-coordinate representation of color #B8CB91: hue angle of 79.66º 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 #B8CB91 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 145 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.20 |
| HSL | 79.66º | 0.36% | 0.68% | - |
| HSV(B) | 79.66º | 0.29% | 0.8% | - |
| XYZ | 46.23 | 54.95 | 34.96 | - |
| YUV | 190.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 145 | 0.09 | 0 | 0.29 | 0.20 | 79.66 | 0.36 | 0.68 |
| Hex | B8 | CB | 91 | 9 | 0 | 1D | 14 | 50 | 24 | 44 |
| Octal | 270 | 313 | 221 | 11 | 0 | 35 | 24 | 120 | 44 | 104 |
| Binary | 10111000 | 11001011 | 10010001 | 1001 | 0 | 11101 | 10100 | 1010000 | 100100 | 1000100 |
Color Harmonies of #B8CB91
Complementary color
Monochromatic Colors of #B8CB91
Black with #B8CB91
Text Example
Text Example
White with #B8CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB91; }
p { color: rgb(184,203,145); }
H1.HeaderClassName
{
color: #B8CB91;
}
.AnyTagClassName
{
color: #B8CB91;
}
</style>
background-color css
<style>
a { background-color: #B8CB91; }
a { background-color: rgb(184,203,145); }
div.DivClassName
{
background-color: #B8CB91;
}
.BgClassName
{
background-color: #B8CB91;
}
</style>
border-color css
<style>
span { border-color: #B8CB91; }
span { border-color: rgb(184,203,145); }
td.TdClassName
{
border-color: #B8CB91;
}
.TagClassName
{
border-color: #B8CB91;
}
</style>