Shades of Sprout #B9D890
Tints of Sprout #B9D890
RGB
CMYK
RGB Variations
Color information
#B9D890 (or 0xB9D890) is known color: Sprout. HEX triplet: B9, D8 and 90. RGB value is (185,216,144). Sum of RGB (Red+Green+Blue) = 185+216+144=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D890 is #46276F. Grayscale: #C6C6C6. Windows color (decimal): -4597616 or 9492665. OLE color: 9492665.
HSL color Cylindrical-coordinate representation of color #B9D890: hue angle of 85.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9D890 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 144 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.15 |
| HSL | 85.83º | 0.48% | 0.71% | - |
| HSV(B) | 85.83º | 0.33% | 0.85% | - |
| XYZ | 49.6 | 61.44 | 35.63 | - |
| YUV | 198.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 144 | 0.14 | 0 | 0.33 | 0.15 | 85.83 | 0.48 | 0.71 |
| Hex | B9 | D8 | 90 | E | 0 | 21 | F | 56 | 30 | 47 |
| Octal | 271 | 330 | 220 | 16 | 0 | 41 | 17 | 126 | 60 | 107 |
| Binary | 10111001 | 11011000 | 10010000 | 1110 | 0 | 100001 | 1111 | 1010110 | 110000 | 1000111 |
Color Harmonies of #B9D890
Complementary color
Monochromatic Colors of #B9D890
Black with #B9D890
Text Example
Text Example
White with #B9D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D890; }
p { color: rgb(185,216,144); }
H1.HeaderClassName
{
color: #B9D890;
}
.AnyTagClassName
{
color: #B9D890;
}
</style>
background-color css
<style>
a { background-color: #B9D890; }
a { background-color: rgb(185,216,144); }
div.DivClassName
{
background-color: #B9D890;
}
.BgClassName
{
background-color: #B9D890;
}
</style>
border-color css
<style>
span { border-color: #B9D890; }
span { border-color: rgb(185,216,144); }
td.TdClassName
{
border-color: #B9D890;
}
.TagClassName
{
border-color: #B9D890;
}
</style>