Shades of Sprout #B9DF92
Tints of Sprout #B9DF92
RGB
CMYK
RGB Variations
Color information
#B9DF92 (or 0xB9DF92) is known color: Sprout. HEX triplet: B9, DF and 92. RGB value is (185,223,146). Sum of RGB (Red+Green+Blue) = 185+223+146=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF92 is #46206D. Grayscale: #CBCBCB. Windows color (decimal): -4595822 or 9625529. OLE color: 9625529.
HSL color Cylindrical-coordinate representation of color #B9DF92: hue angle of 89.61º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9DF92 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 146 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.13 |
| HSL | 89.61º | 0.55% | 0.72% | - |
| HSV(B) | 89.61º | 0.35% | 0.87% | - |
| XYZ | 51.58 | 65.16 | 37.05 | - |
| YUV | 202.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 146 | 0.17 | 0 | 0.35 | 0.13 | 89.61 | 0.55 | 0.72 |
| Hex | B9 | DF | 92 | 11 | 0 | 23 | D | 5A | 37 | 48 |
| Octal | 271 | 337 | 222 | 21 | 0 | 43 | 15 | 132 | 67 | 110 |
| Binary | 10111001 | 11011111 | 10010010 | 10001 | 0 | 100011 | 1101 | 1011010 | 110111 | 1001000 |
Color Harmonies of #B9DF92
Complementary color
Monochromatic Colors of #B9DF92
Black with #B9DF92
Text Example
Text Example
White with #B9DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF92; }
p { color: rgb(185,223,146); }
H1.HeaderClassName
{
color: #B9DF92;
}
.AnyTagClassName
{
color: #B9DF92;
}
</style>
background-color css
<style>
a { background-color: #B9DF92; }
a { background-color: rgb(185,223,146); }
div.DivClassName
{
background-color: #B9DF92;
}
.BgClassName
{
background-color: #B9DF92;
}
</style>
border-color css
<style>
span { border-color: #B9DF92; }
span { border-color: rgb(185,223,146); }
td.TdClassName
{
border-color: #B9DF92;
}
.TagClassName
{
border-color: #B9DF92;
}
</style>