Shades of Sprout #B9C796
Tints of Sprout #B9C796
RGB
CMYK
RGB Variations
Color information
#B9C796 (or 0xB9C796) is known color: Sprout. HEX triplet: B9, C7 and 96. RGB value is (185,199,150). Sum of RGB (Red+Green+Blue) = 185+199+150=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C796 is #463869. Grayscale: #BDBDBD. Windows color (decimal): -4601962 or 9881529. OLE color: 9881529.
HSL color Cylindrical-coordinate representation of color #B9C796: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9C796 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 150 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.22 |
| HSL | 77.14º | 0.3% | 0.68% | - |
| HSV(B) | 77.14º | 0.25% | 0.78% | - |
| XYZ | 45.94 | 53.36 | 36.73 | - |
| YUV | 189.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 150 | 0.07 | 0 | 0.25 | 0.22 | 77.14 | 0.3 | 0.68 |
| Hex | B9 | C7 | 96 | 7 | 0 | 19 | 16 | 4D | 1E | 44 |
| Octal | 271 | 307 | 226 | 7 | 0 | 31 | 26 | 115 | 36 | 104 |
| Binary | 10111001 | 11000111 | 10010110 | 111 | 0 | 11001 | 10110 | 1001101 | 11110 | 1000100 |
Color Harmonies of #B9C796
Complementary color
Monochromatic Colors of #B9C796
Black with #B9C796
Text Example
Text Example
White with #B9C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C796; }
p { color: rgb(185,199,150); }
H1.HeaderClassName
{
color: #B9C796;
}
.AnyTagClassName
{
color: #B9C796;
}
</style>
background-color css
<style>
a { background-color: #B9C796; }
a { background-color: rgb(185,199,150); }
div.DivClassName
{
background-color: #B9C796;
}
.BgClassName
{
background-color: #B9C796;
}
</style>
border-color css
<style>
span { border-color: #B9C796; }
span { border-color: rgb(185,199,150); }
td.TdClassName
{
border-color: #B9C796;
}
.TagClassName
{
border-color: #B9C796;
}
</style>