Shades of Sprout #B5D890
Tints of Sprout #B5D890
RGB
CMYK
RGB Variations
Color information
#B5D890 (or 0xB5D890) is known color: Sprout. HEX triplet: B5, D8 and 90. RGB value is (181,216,144). Sum of RGB (Red+Green+Blue) = 181+216+144=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D890 is #4A276F. Grayscale: #C5C5C5. Windows color (decimal): -4859760 or 9492661. OLE color: 9492661.
HSL color Cylindrical-coordinate representation of color #B5D890: hue angle of 89.17º 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 #B5D890 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 144 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.15 |
| HSL | 89.17º | 0.48% | 0.71% | - |
| HSV(B) | 89.17º | 0.33% | 0.85% | - |
| XYZ | 48.65 | 60.95 | 35.59 | - |
| YUV | 197.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 144 | 0.16 | 0 | 0.33 | 0.15 | 89.17 | 0.48 | 0.71 |
| Hex | B5 | D8 | 90 | 10 | 0 | 21 | F | 59 | 30 | 47 |
| Octal | 265 | 330 | 220 | 20 | 0 | 41 | 17 | 131 | 60 | 107 |
| Binary | 10110101 | 11011000 | 10010000 | 10000 | 0 | 100001 | 1111 | 1011001 | 110000 | 1000111 |
Color Harmonies of #B5D890
Complementary color
Monochromatic Colors of #B5D890
Black with #B5D890
Text Example
Text Example
White with #B5D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D890; }
p { color: rgb(181,216,144); }
H1.HeaderClassName
{
color: #B5D890;
}
.AnyTagClassName
{
color: #B5D890;
}
</style>
background-color css
<style>
a { background-color: #B5D890; }
a { background-color: rgb(181,216,144); }
div.DivClassName
{
background-color: #B5D890;
}
.BgClassName
{
background-color: #B5D890;
}
</style>
border-color css
<style>
span { border-color: #B5D890; }
span { border-color: rgb(181,216,144); }
td.TdClassName
{
border-color: #B5D890;
}
.TagClassName
{
border-color: #B5D890;
}
</style>