Shades of Sprout #B5D390
Tints of Sprout #B5D390
RGB
CMYK
RGB Variations
Color information
#B5D390 (or 0xB5D390) is known color: Sprout. HEX triplet: B5, D3 and 90. RGB value is (181,211,144). Sum of RGB (Red+Green+Blue) = 181+211+144=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D390 is #4A2C6F. Grayscale: #C2C2C2. Windows color (decimal): -4861040 or 9491381. OLE color: 9491381.
HSL color Cylindrical-coordinate representation of color #B5D390: hue angle of 86.87º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D390 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 144 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.17 |
| HSL | 86.87º | 0.43% | 0.7% | - |
| HSV(B) | 86.87º | 0.32% | 0.83% | - |
| XYZ | 47.38 | 58.43 | 35.17 | - |
| YUV | 194.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 144 | 0.14 | 0 | 0.32 | 0.17 | 86.87 | 0.43 | 0.7 |
| Hex | B5 | D3 | 90 | E | 0 | 20 | 11 | 57 | 2B | 46 |
| Octal | 265 | 323 | 220 | 16 | 0 | 40 | 21 | 127 | 53 | 106 |
| Binary | 10110101 | 11010011 | 10010000 | 1110 | 0 | 100000 | 10001 | 1010111 | 101011 | 1000110 |
Color Harmonies of #B5D390
Complementary color
Monochromatic Colors of #B5D390
Black with #B5D390
Text Example
Text Example
White with #B5D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D390; }
p { color: rgb(181,211,144); }
H1.HeaderClassName
{
color: #B5D390;
}
.AnyTagClassName
{
color: #B5D390;
}
</style>
background-color css
<style>
a { background-color: #B5D390; }
a { background-color: rgb(181,211,144); }
div.DivClassName
{
background-color: #B5D390;
}
.BgClassName
{
background-color: #B5D390;
}
</style>
border-color css
<style>
span { border-color: #B5D390; }
span { border-color: rgb(181,211,144); }
td.TdClassName
{
border-color: #B5D390;
}
.TagClassName
{
border-color: #B5D390;
}
</style>