Shades of Sprout #B5D791
Tints of Sprout #B5D791
RGB
CMYK
RGB Variations
Color information
#B5D791 (or 0xB5D791) is known color: Sprout. HEX triplet: B5, D7 and 91. RGB value is (181,215,145). Sum of RGB (Red+Green+Blue) = 181+215+145=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D791 is #4A286E. Grayscale: #C5C5C5. Windows color (decimal): -4860015 or 9557941. OLE color: 9557941.
HSL color Cylindrical-coordinate representation of color #B5D791: hue angle of 89.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5D791 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 145 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.16 |
| HSL | 89.14º | 0.47% | 0.71% | - |
| HSV(B) | 89.14º | 0.33% | 0.84% | - |
| XYZ | 48.47 | 60.47 | 35.91 | - |
| YUV | 196.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 145 | 0.16 | 0 | 0.33 | 0.16 | 89.14 | 0.47 | 0.71 |
| Hex | B5 | D7 | 91 | 10 | 0 | 21 | 10 | 59 | 2F | 47 |
| Octal | 265 | 327 | 221 | 20 | 0 | 41 | 20 | 131 | 57 | 107 |
| Binary | 10110101 | 11010111 | 10010001 | 10000 | 0 | 100001 | 10000 | 1011001 | 101111 | 1000111 |
Color Harmonies of #B5D791
Complementary color
Monochromatic Colors of #B5D791
Black with #B5D791
Text Example
Text Example
White with #B5D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D791; }
p { color: rgb(181,215,145); }
H1.HeaderClassName
{
color: #B5D791;
}
.AnyTagClassName
{
color: #B5D791;
}
</style>
background-color css
<style>
a { background-color: #B5D791; }
a { background-color: rgb(181,215,145); }
div.DivClassName
{
background-color: #B5D791;
}
.BgClassName
{
background-color: #B5D791;
}
</style>
border-color css
<style>
span { border-color: #B5D791; }
span { border-color: rgb(181,215,145); }
td.TdClassName
{
border-color: #B5D791;
}
.TagClassName
{
border-color: #B5D791;
}
</style>