Shades of Sprout #B7D595
Tints of Sprout #B7D595
RGB
CMYK
RGB Variations
Color information
#B7D595 (or 0xB7D595) is known color: Sprout. HEX triplet: B7, D5 and 95. RGB value is (183,213,149). Sum of RGB (Red+Green+Blue) = 183+213+149=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D595 is #482A6A. Grayscale: #C4C4C4. Windows color (decimal): -4729451 or 9819575. OLE color: 9819575.
HSL color Cylindrical-coordinate representation of color #B7D595: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7D595 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 149 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.16 |
| HSL | 88.13º | 0.43% | 0.71% | - |
| HSV(B) | 88.13º | 0.3% | 0.84% | - |
| XYZ | 48.75 | 59.83 | 37.41 | - |
| YUV | 196.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 149 | 0.14 | 0 | 0.30 | 0.16 | 88.13 | 0.43 | 0.71 |
| Hex | B7 | D5 | 95 | E | 0 | 1E | 10 | 58 | 2B | 47 |
| Octal | 267 | 325 | 225 | 16 | 0 | 36 | 20 | 130 | 53 | 107 |
| Binary | 10110111 | 11010101 | 10010101 | 1110 | 0 | 11110 | 10000 | 1011000 | 101011 | 1000111 |
Color Harmonies of #B7D595
Complementary color
Monochromatic Colors of #B7D595
Black with #B7D595
Text Example
Text Example
White with #B7D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D595; }
p { color: rgb(183,213,149); }
H1.HeaderClassName
{
color: #B7D595;
}
.AnyTagClassName
{
color: #B7D595;
}
</style>
background-color css
<style>
a { background-color: #B7D595; }
a { background-color: rgb(183,213,149); }
div.DivClassName
{
background-color: #B7D595;
}
.BgClassName
{
background-color: #B7D595;
}
</style>
border-color css
<style>
span { border-color: #B7D595; }
span { border-color: rgb(183,213,149); }
td.TdClassName
{
border-color: #B7D595;
}
.TagClassName
{
border-color: #B7D595;
}
</style>