Shades of Sprout #B9DE95
Tints of Sprout #B9DE95
RGB
CMYK
RGB Variations
Color information
#B9DE95 (or 0xB9DE95) is known color: Sprout. HEX triplet: B9, DE and 95. RGB value is (185,222,149). Sum of RGB (Red+Green+Blue) = 185+222+149=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DE95 is #46216A. Grayscale: #CACACA. Windows color (decimal): -4596075 or 9821881. OLE color: 9821881.
HSL color Cylindrical-coordinate representation of color #B9DE95: hue angle of 90.41º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9DE95 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 149 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 90.41º | 0.53% | 0.73% | - |
| HSV(B) | 90.41º | 0.33% | 0.87% | - |
| XYZ | 51.55 | 64.73 | 38.21 | - |
| YUV | 202.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 149 | 0.17 | 0 | 0.33 | 0.13 | 90.41 | 0.53 | 0.73 |
| Hex | B9 | DE | 95 | 11 | 0 | 21 | D | 5A | 35 | 49 |
| Octal | 271 | 336 | 225 | 21 | 0 | 41 | 15 | 132 | 65 | 111 |
| Binary | 10111001 | 11011110 | 10010101 | 10001 | 0 | 100001 | 1101 | 1011010 | 110101 | 1001001 |
Color Harmonies of #B9DE95
Complementary color
Monochromatic Colors of #B9DE95
Black with #B9DE95
Text Example
Text Example
White with #B9DE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DE95; }
p { color: rgb(185,222,149); }
H1.HeaderClassName
{
color: #B9DE95;
}
.AnyTagClassName
{
color: #B9DE95;
}
</style>
background-color css
<style>
a { background-color: #B9DE95; }
a { background-color: rgb(185,222,149); }
div.DivClassName
{
background-color: #B9DE95;
}
.BgClassName
{
background-color: #B9DE95;
}
</style>
border-color css
<style>
span { border-color: #B9DE95; }
span { border-color: rgb(185,222,149); }
td.TdClassName
{
border-color: #B9DE95;
}
.TagClassName
{
border-color: #B9DE95;
}
</style>