Shades of Sprout #B5D795
Tints of Sprout #B5D795
RGB
CMYK
RGB Variations
Color information
#B5D795 (or 0xB5D795) is known color: Sprout. HEX triplet: B5, D7 and 95. RGB value is (181,215,149). Sum of RGB (Red+Green+Blue) = 181+215+149=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D795 is #4A286A. Grayscale: #C5C5C5. Windows color (decimal): -4860011 or 9820085. OLE color: 9820085.
HSL color Cylindrical-coordinate representation of color #B5D795: hue angle of 90.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D795 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 149 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.16 |
| HSL | 90.91º | 0.45% | 0.71% | - |
| HSV(B) | 90.91º | 0.31% | 0.84% | - |
| XYZ | 48.78 | 60.59 | 37.56 | - |
| YUV | 197.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 149 | 0.16 | 0 | 0.31 | 0.16 | 90.91 | 0.45 | 0.71 |
| Hex | B5 | D7 | 95 | 10 | 0 | 1F | 10 | 5B | 2D | 47 |
| Octal | 265 | 327 | 225 | 20 | 0 | 37 | 20 | 133 | 55 | 107 |
| Binary | 10110101 | 11010111 | 10010101 | 10000 | 0 | 11111 | 10000 | 1011011 | 101101 | 1000111 |
Color Harmonies of #B5D795
Complementary color
Monochromatic Colors of #B5D795
Black with #B5D795
Text Example
Text Example
White with #B5D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D795; }
p { color: rgb(181,215,149); }
H1.HeaderClassName
{
color: #B5D795;
}
.AnyTagClassName
{
color: #B5D795;
}
</style>
background-color css
<style>
a { background-color: #B5D795; }
a { background-color: rgb(181,215,149); }
div.DivClassName
{
background-color: #B5D795;
}
.BgClassName
{
background-color: #B5D795;
}
</style>
border-color css
<style>
span { border-color: #B5D795; }
span { border-color: rgb(181,215,149); }
td.TdClassName
{
border-color: #B5D795;
}
.TagClassName
{
border-color: #B5D795;
}
</style>