Shades of Sprout #B9C596
Tints of Sprout #B9C596
RGB
CMYK
RGB Variations
Color information
#B9C596 (or 0xB9C596) is known color: Sprout. HEX triplet: B9, C5 and 96. RGB value is (185,197,150). Sum of RGB (Red+Green+Blue) = 185+197+150=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C596 is #463A69. Grayscale: #BCBCBC. Windows color (decimal): -4602474 or 9881017. OLE color: 9881017.
HSL color Cylindrical-coordinate representation of color #B9C596: hue angle of 75.32º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9C596 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 150 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.23 |
| HSL | 75.32º | 0.29% | 0.68% | - |
| HSV(B) | 75.32º | 0.24% | 0.77% | - |
| XYZ | 45.48 | 52.45 | 36.58 | - |
| YUV | 188.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 150 | 0.06 | 0 | 0.24 | 0.23 | 75.32 | 0.29 | 0.68 |
| Hex | B9 | C5 | 96 | 6 | 0 | 18 | 17 | 4B | 1D | 44 |
| Octal | 271 | 305 | 226 | 6 | 0 | 30 | 27 | 113 | 35 | 104 |
| Binary | 10111001 | 11000101 | 10010110 | 110 | 0 | 11000 | 10111 | 1001011 | 11101 | 1000100 |
Color Harmonies of #B9C596
Complementary color
Monochromatic Colors of #B9C596
Black with #B9C596
Text Example
Text Example
White with #B9C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C596; }
p { color: rgb(185,197,150); }
H1.HeaderClassName
{
color: #B9C596;
}
.AnyTagClassName
{
color: #B9C596;
}
</style>
background-color css
<style>
a { background-color: #B9C596; }
a { background-color: rgb(185,197,150); }
div.DivClassName
{
background-color: #B9C596;
}
.BgClassName
{
background-color: #B9C596;
}
</style>
border-color css
<style>
span { border-color: #B9C596; }
span { border-color: rgb(185,197,150); }
td.TdClassName
{
border-color: #B9C596;
}
.TagClassName
{
border-color: #B9C596;
}
</style>