Shades of Sprout #B9DD90
Tints of Sprout #B9DD90
RGB
CMYK
RGB Variations
Color information
#B9DD90 (or 0xB9DD90) is known color: Sprout. HEX triplet: B9, DD and 90. RGB value is (185,221,144). Sum of RGB (Red+Green+Blue) = 185+221+144=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD90 is #46226F. Grayscale: #C9C9C9. Windows color (decimal): -4596336 or 9493945. OLE color: 9493945.
HSL color Cylindrical-coordinate representation of color #B9DD90: hue angle of 88.05º degrees, saturation: 0.53, 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 #B9DD90 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 144 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.13 |
| HSL | 88.05º | 0.53% | 0.72% | - |
| HSV(B) | 88.05º | 0.35% | 0.87% | - |
| XYZ | 50.9 | 64.04 | 36.06 | - |
| YUV | 201.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 144 | 0.16 | 0 | 0.35 | 0.13 | 88.05 | 0.53 | 0.72 |
| Hex | B9 | DD | 90 | 10 | 0 | 23 | D | 58 | 35 | 48 |
| Octal | 271 | 335 | 220 | 20 | 0 | 43 | 15 | 130 | 65 | 110 |
| Binary | 10111001 | 11011101 | 10010000 | 10000 | 0 | 100011 | 1101 | 1011000 | 110101 | 1001000 |
Color Harmonies of #B9DD90
Complementary color
Monochromatic Colors of #B9DD90
Black with #B9DD90
Text Example
Text Example
White with #B9DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD90; }
p { color: rgb(185,221,144); }
H1.HeaderClassName
{
color: #B9DD90;
}
.AnyTagClassName
{
color: #B9DD90;
}
</style>
background-color css
<style>
a { background-color: #B9DD90; }
a { background-color: rgb(185,221,144); }
div.DivClassName
{
background-color: #B9DD90;
}
.BgClassName
{
background-color: #B9DD90;
}
</style>
border-color css
<style>
span { border-color: #B9DD90; }
span { border-color: rgb(185,221,144); }
td.TdClassName
{
border-color: #B9DD90;
}
.TagClassName
{
border-color: #B9DD90;
}
</style>