Shades of Sprout #B9D096
Tints of Sprout #B9D096
RGB
CMYK
RGB Variations
Color information
#B9D096 (or 0xB9D096) is known color: Sprout. HEX triplet: B9, D0 and 96. RGB value is (185,208,150). Sum of RGB (Red+Green+Blue) = 185+208+150=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D096 is #462F69. Grayscale: #C2C2C2. Windows color (decimal): -4599658 or 9883833. OLE color: 9883833.
HSL color Cylindrical-coordinate representation of color #B9D096: hue angle of 83.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9D096 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 150 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.18 |
| HSL | 83.79º | 0.38% | 0.7% | - |
| HSV(B) | 83.79º | 0.28% | 0.82% | - |
| XYZ | 48.07 | 57.63 | 37.44 | - |
| YUV | 194.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 150 | 0.11 | 0 | 0.28 | 0.18 | 83.79 | 0.38 | 0.7 |
| Hex | B9 | D0 | 96 | B | 0 | 1C | 12 | 54 | 26 | 46 |
| Octal | 271 | 320 | 226 | 13 | 0 | 34 | 22 | 124 | 46 | 106 |
| Binary | 10111001 | 11010000 | 10010110 | 1011 | 0 | 11100 | 10010 | 1010100 | 100110 | 1000110 |
Color Harmonies of #B9D096
Complementary color
Monochromatic Colors of #B9D096
Black with #B9D096
Text Example
Text Example
White with #B9D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D096; }
p { color: rgb(185,208,150); }
H1.HeaderClassName
{
color: #B9D096;
}
.AnyTagClassName
{
color: #B9D096;
}
</style>
background-color css
<style>
a { background-color: #B9D096; }
a { background-color: rgb(185,208,150); }
div.DivClassName
{
background-color: #B9D096;
}
.BgClassName
{
background-color: #B9D096;
}
</style>
border-color css
<style>
span { border-color: #B9D096; }
span { border-color: rgb(185,208,150); }
td.TdClassName
{
border-color: #B9D096;
}
.TagClassName
{
border-color: #B9D096;
}
</style>