Shades of Sprout #B9DD92
Tints of Sprout #B9DD92
RGB
CMYK
RGB Variations
Color information
#B9DD92 (or 0xB9DD92) is known color: Sprout. HEX triplet: B9, DD and 92. RGB value is (185,221,146). Sum of RGB (Red+Green+Blue) = 185+221+146=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD92 is #46226D. Grayscale: #C9C9C9. Windows color (decimal): -4596334 or 9625017. OLE color: 9625017.
HSL color Cylindrical-coordinate representation of color #B9DD92: hue angle of 88.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9DD92 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 146 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.13 |
| HSL | 88.8º | 0.52% | 0.72% | - |
| HSV(B) | 88.8º | 0.34% | 0.87% | - |
| XYZ | 51.05 | 64.1 | 36.88 | - |
| YUV | 201.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 146 | 0.16 | 0 | 0.34 | 0.13 | 88.8 | 0.52 | 0.72 |
| Hex | B9 | DD | 92 | 10 | 0 | 22 | D | 59 | 34 | 48 |
| Octal | 271 | 335 | 222 | 20 | 0 | 42 | 15 | 131 | 64 | 110 |
| Binary | 10111001 | 11011101 | 10010010 | 10000 | 0 | 100010 | 1101 | 1011001 | 110100 | 1001000 |
Color Harmonies of #B9DD92
Complementary color
Monochromatic Colors of #B9DD92
Black with #B9DD92
Text Example
Text Example
White with #B9DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD92; }
p { color: rgb(185,221,146); }
H1.HeaderClassName
{
color: #B9DD92;
}
.AnyTagClassName
{
color: #B9DD92;
}
</style>
background-color css
<style>
a { background-color: #B9DD92; }
a { background-color: rgb(185,221,146); }
div.DivClassName
{
background-color: #B9DD92;
}
.BgClassName
{
background-color: #B9DD92;
}
</style>
border-color css
<style>
span { border-color: #B9DD92; }
span { border-color: rgb(185,221,146); }
td.TdClassName
{
border-color: #B9DD92;
}
.TagClassName
{
border-color: #B9DD92;
}
</style>