Shades of Sprout #B5D590
Tints of Sprout #B5D590
RGB
CMYK
RGB Variations
Color information
#B5D590 (or 0xB5D590) is known color: Sprout. HEX triplet: B5, D5 and 90. RGB value is (181,213,144). Sum of RGB (Red+Green+Blue) = 181+213+144=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D590 is #4A2A6F. Grayscale: #C3C3C3. Windows color (decimal): -4860528 or 9491893. OLE color: 9491893.
HSL color Cylindrical-coordinate representation of color #B5D590: hue angle of 87.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D590 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 144 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.16 |
| HSL | 87.83º | 0.45% | 0.7% | - |
| HSV(B) | 87.83º | 0.32% | 0.84% | - |
| XYZ | 47.88 | 59.43 | 35.33 | - |
| YUV | 195.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 144 | 0.15 | 0 | 0.32 | 0.16 | 87.83 | 0.45 | 0.7 |
| Hex | B5 | D5 | 90 | F | 0 | 20 | 10 | 58 | 2D | 46 |
| Octal | 265 | 325 | 220 | 17 | 0 | 40 | 20 | 130 | 55 | 106 |
| Binary | 10110101 | 11010101 | 10010000 | 1111 | 0 | 100000 | 10000 | 1011000 | 101101 | 1000110 |
Color Harmonies of #B5D590
Complementary color
Monochromatic Colors of #B5D590
Black with #B5D590
Text Example
Text Example
White with #B5D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D590; }
p { color: rgb(181,213,144); }
H1.HeaderClassName
{
color: #B5D590;
}
.AnyTagClassName
{
color: #B5D590;
}
</style>
background-color css
<style>
a { background-color: #B5D590; }
a { background-color: rgb(181,213,144); }
div.DivClassName
{
background-color: #B5D590;
}
.BgClassName
{
background-color: #B5D590;
}
</style>
border-color css
<style>
span { border-color: #B5D590; }
span { border-color: rgb(181,213,144); }
td.TdClassName
{
border-color: #B5D590;
}
.TagClassName
{
border-color: #B5D590;
}
</style>