Shades of Sprout #B9D295
Tints of Sprout #B9D295
RGB
CMYK
RGB Variations
Color information
#B9D295 (or 0xB9D295) is known color: Sprout. HEX triplet: B9, D2 and 95. RGB value is (185,210,149). Sum of RGB (Red+Green+Blue) = 185+210+149=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D295 is #462D6A. Grayscale: #C3C3C3. Windows color (decimal): -4599147 or 9818809. OLE color: 9818809.
HSL color Cylindrical-coordinate representation of color #B9D295: hue angle of 84.59º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9D295 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 149 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.18 |
| HSL | 84.59º | 0.4% | 0.7% | - |
| HSV(B) | 84.59º | 0.29% | 0.82% | - |
| XYZ | 48.48 | 58.58 | 37.19 | - |
| YUV | 195.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 149 | 0.12 | 0 | 0.29 | 0.18 | 84.59 | 0.4 | 0.7 |
| Hex | B9 | D2 | 95 | C | 0 | 1D | 12 | 55 | 28 | 46 |
| Octal | 271 | 322 | 225 | 14 | 0 | 35 | 22 | 125 | 50 | 106 |
| Binary | 10111001 | 11010010 | 10010101 | 1100 | 0 | 11101 | 10010 | 1010101 | 101000 | 1000110 |
Color Harmonies of #B9D295
Complementary color
Monochromatic Colors of #B9D295
Black with #B9D295
Text Example
Text Example
White with #B9D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D295; }
p { color: rgb(185,210,149); }
H1.HeaderClassName
{
color: #B9D295;
}
.AnyTagClassName
{
color: #B9D295;
}
</style>
background-color css
<style>
a { background-color: #B9D295; }
a { background-color: rgb(185,210,149); }
div.DivClassName
{
background-color: #B9D295;
}
.BgClassName
{
background-color: #B9D295;
}
</style>
border-color css
<style>
span { border-color: #B9D295; }
span { border-color: rgb(185,210,149); }
td.TdClassName
{
border-color: #B9D295;
}
.TagClassName
{
border-color: #B9D295;
}
</style>