Shades of Sprout #B9CB96
Tints of Sprout #B9CB96
RGB
CMYK
RGB Variations
Color information
#B9CB96 (or 0xB9CB96) is known color: Sprout. HEX triplet: B9, CB and 96. RGB value is (185,203,150). Sum of RGB (Red+Green+Blue) = 185+203+150=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB96 is #463469. Grayscale: #BFBFBF. Windows color (decimal): -4600938 or 9882553. OLE color: 9882553.
HSL color Cylindrical-coordinate representation of color #B9CB96: hue angle of 80.38º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CB96 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 150 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.20 |
| HSL | 80.38º | 0.34% | 0.69% | - |
| HSV(B) | 80.38º | 0.26% | 0.8% | - |
| XYZ | 46.87 | 55.23 | 37.04 | - |
| YUV | 191.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 150 | 0.09 | 0 | 0.26 | 0.20 | 80.38 | 0.34 | 0.69 |
| Hex | B9 | CB | 96 | 9 | 0 | 1A | 14 | 50 | 22 | 45 |
| Octal | 271 | 313 | 226 | 11 | 0 | 32 | 24 | 120 | 42 | 105 |
| Binary | 10111001 | 11001011 | 10010110 | 1001 | 0 | 11010 | 10100 | 1010000 | 100010 | 1000101 |
Color Harmonies of #B9CB96
Complementary color
Monochromatic Colors of #B9CB96
Black with #B9CB96
Text Example
Text Example
White with #B9CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB96; }
p { color: rgb(185,203,150); }
H1.HeaderClassName
{
color: #B9CB96;
}
.AnyTagClassName
{
color: #B9CB96;
}
</style>
background-color css
<style>
a { background-color: #B9CB96; }
a { background-color: rgb(185,203,150); }
div.DivClassName
{
background-color: #B9CB96;
}
.BgClassName
{
background-color: #B9CB96;
}
</style>
border-color css
<style>
span { border-color: #B9CB96; }
span { border-color: rgb(185,203,150); }
td.TdClassName
{
border-color: #B9CB96;
}
.TagClassName
{
border-color: #B9CB96;
}
</style>