Shades of Sprout #B7D994
Tints of Sprout #B7D994
RGB
CMYK
RGB Variations
Color information
#B7D994 (or 0xB7D994) is known color: Sprout. HEX triplet: B7, D9 and 94. RGB value is (183,217,148). Sum of RGB (Red+Green+Blue) = 183+217+148=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D994 is #48266B. Grayscale: #C7C7C7. Windows color (decimal): -4728428 or 9755063. OLE color: 9755063.
HSL color Cylindrical-coordinate representation of color #B7D994: hue angle of 89.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7D994 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 148 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.15 |
| HSL | 89.57º | 0.48% | 0.72% | - |
| HSV(B) | 89.57º | 0.32% | 0.85% | - |
| XYZ | 49.69 | 61.83 | 37.33 | - |
| YUV | 198.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 148 | 0.16 | 0 | 0.32 | 0.15 | 89.57 | 0.48 | 0.72 |
| Hex | B7 | D9 | 94 | 10 | 0 | 20 | F | 5A | 30 | 48 |
| Octal | 267 | 331 | 224 | 20 | 0 | 40 | 17 | 132 | 60 | 110 |
| Binary | 10110111 | 11011001 | 10010100 | 10000 | 0 | 100000 | 1111 | 1011010 | 110000 | 1001000 |
Color Harmonies of #B7D994
Complementary color
Monochromatic Colors of #B7D994
Black with #B7D994
Text Example
Text Example
White with #B7D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D994; }
p { color: rgb(183,217,148); }
H1.HeaderClassName
{
color: #B7D994;
}
.AnyTagClassName
{
color: #B7D994;
}
</style>
background-color css
<style>
a { background-color: #B7D994; }
a { background-color: rgb(183,217,148); }
div.DivClassName
{
background-color: #B7D994;
}
.BgClassName
{
background-color: #B7D994;
}
</style>
border-color css
<style>
span { border-color: #B7D994; }
span { border-color: rgb(183,217,148); }
td.TdClassName
{
border-color: #B7D994;
}
.TagClassName
{
border-color: #B7D994;
}
</style>