Shades of Sprout #B7D395
Tints of Sprout #B7D395
RGB
CMYK
RGB Variations
Color information
#B7D395 (or 0xB7D395) is known color: Sprout. HEX triplet: B7, D3 and 95. RGB value is (183,211,149). Sum of RGB (Red+Green+Blue) = 183+211+149=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D395 is #482C6A. Grayscale: #C3C3C3. Windows color (decimal): -4729963 or 9819063. OLE color: 9819063.
HSL color Cylindrical-coordinate representation of color #B7D395: hue angle of 87.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7D395 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 149 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.17 |
| HSL | 87.1º | 0.41% | 0.71% | - |
| HSV(B) | 87.1º | 0.29% | 0.83% | - |
| XYZ | 48.25 | 58.83 | 37.25 | - |
| YUV | 195.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 149 | 0.13 | 0 | 0.29 | 0.17 | 87.1 | 0.41 | 0.71 |
| Hex | B7 | D3 | 95 | D | 0 | 1D | 11 | 57 | 29 | 47 |
| Octal | 267 | 323 | 225 | 15 | 0 | 35 | 21 | 127 | 51 | 107 |
| Binary | 10110111 | 11010011 | 10010101 | 1101 | 0 | 11101 | 10001 | 1010111 | 101001 | 1000111 |
Color Harmonies of #B7D395
Complementary color
Monochromatic Colors of #B7D395
Black with #B7D395
Text Example
Text Example
White with #B7D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D395; }
p { color: rgb(183,211,149); }
H1.HeaderClassName
{
color: #B7D395;
}
.AnyTagClassName
{
color: #B7D395;
}
</style>
background-color css
<style>
a { background-color: #B7D395; }
a { background-color: rgb(183,211,149); }
div.DivClassName
{
background-color: #B7D395;
}
.BgClassName
{
background-color: #B7D395;
}
</style>
border-color css
<style>
span { border-color: #B7D395; }
span { border-color: rgb(183,211,149); }
td.TdClassName
{
border-color: #B7D395;
}
.TagClassName
{
border-color: #B7D395;
}
</style>