Shades of Sprout #B7D995
Tints of Sprout #B7D995
RGB
CMYK
RGB Variations
Color information
#B7D995 (or 0xB7D995) is known color: Sprout. HEX triplet: B7, D9 and 95. RGB value is (183,217,149). Sum of RGB (Red+Green+Blue) = 183+217+149=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D995 is #48266A. Grayscale: #C7C7C7. Windows color (decimal): -4728427 or 9820599. OLE color: 9820599.
HSL color Cylindrical-coordinate representation of color #B7D995: hue angle of 90º 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 #B7D995 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 149 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.15 |
| HSL | 90º | 0.47% | 0.72% | - |
| HSV(B) | 90º | 0.31% | 0.85% | - |
| XYZ | 49.77 | 61.86 | 37.75 | - |
| YUV | 199.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 149 | 0.16 | 0 | 0.31 | 0.15 | 90 | 0.47 | 0.72 |
| Hex | B7 | D9 | 95 | 10 | 0 | 1F | F | 5A | 2F | 48 |
| Octal | 267 | 331 | 225 | 20 | 0 | 37 | 17 | 132 | 57 | 110 |
| Binary | 10110111 | 11011001 | 10010101 | 10000 | 0 | 11111 | 1111 | 1011010 | 101111 | 1001000 |
Color Harmonies of #B7D995
Complementary color
Monochromatic Colors of #B7D995
Black with #B7D995
Text Example
Text Example
White with #B7D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D995; }
p { color: rgb(183,217,149); }
H1.HeaderClassName
{
color: #B7D995;
}
.AnyTagClassName
{
color: #B7D995;
}
</style>
background-color css
<style>
a { background-color: #B7D995; }
a { background-color: rgb(183,217,149); }
div.DivClassName
{
background-color: #B7D995;
}
.BgClassName
{
background-color: #B7D995;
}
</style>
border-color css
<style>
span { border-color: #B7D995; }
span { border-color: rgb(183,217,149); }
td.TdClassName
{
border-color: #B7D995;
}
.TagClassName
{
border-color: #B7D995;
}
</style>