Shades of Sprout #B5D995
Tints of Sprout #B5D995
RGB
CMYK
RGB Variations
Color information
#B5D995 (or 0xB5D995) is known color: Sprout. HEX triplet: B5, D9 and 95. RGB value is (181,217,149). Sum of RGB (Red+Green+Blue) = 181+217+149=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D995 is #4A266A. Grayscale: #C6C6C6. Windows color (decimal): -4859499 or 9820597. OLE color: 9820597.
HSL color Cylindrical-coordinate representation of color #B5D995: hue angle of 91.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5D995 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 149 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.15 |
| HSL | 91.76º | 0.47% | 0.72% | - |
| HSV(B) | 91.76º | 0.31% | 0.85% | - |
| XYZ | 49.29 | 61.62 | 37.73 | - |
| YUV | 198.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 149 | 0.17 | 0 | 0.31 | 0.15 | 91.76 | 0.47 | 0.72 |
| Hex | B5 | D9 | 95 | 11 | 0 | 1F | F | 5C | 2F | 48 |
| Octal | 265 | 331 | 225 | 21 | 0 | 37 | 17 | 134 | 57 | 110 |
| Binary | 10110101 | 11011001 | 10010101 | 10001 | 0 | 11111 | 1111 | 1011100 | 101111 | 1001000 |
Color Harmonies of #B5D995
Complementary color
Monochromatic Colors of #B5D995
Black with #B5D995
Text Example
Text Example
White with #B5D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D995; }
p { color: rgb(181,217,149); }
H1.HeaderClassName
{
color: #B5D995;
}
.AnyTagClassName
{
color: #B5D995;
}
</style>
background-color css
<style>
a { background-color: #B5D995; }
a { background-color: rgb(181,217,149); }
div.DivClassName
{
background-color: #B5D995;
}
.BgClassName
{
background-color: #B5D995;
}
</style>
border-color css
<style>
span { border-color: #B5D995; }
span { border-color: rgb(181,217,149); }
td.TdClassName
{
border-color: #B5D995;
}
.TagClassName
{
border-color: #B5D995;
}
</style>