Shades of Sprout #B7D996
Tints of Sprout #B7D996
RGB
CMYK
RGB Variations
Color information
#B7D996 (or 0xB7D996) is known color: Sprout. HEX triplet: B7, D9 and 96. RGB value is (183,217,150). Sum of RGB (Red+Green+Blue) = 183+217+150=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D996 is #482669. Grayscale: #C7C7C7. Windows color (decimal): -4728426 or 9886135. OLE color: 9886135.
HSL color Cylindrical-coordinate representation of color #B7D996: hue angle of 90.45º 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 #B7D996 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 150 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.15 |
| HSL | 90.45º | 0.47% | 0.72% | - |
| HSV(B) | 90.45º | 0.31% | 0.85% | - |
| XYZ | 49.85 | 61.9 | 38.17 | - |
| YUV | 199.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 150 | 0.16 | 0 | 0.31 | 0.15 | 90.45 | 0.47 | 0.72 |
| Hex | B7 | D9 | 96 | 10 | 0 | 1F | F | 5A | 2F | 48 |
| Octal | 267 | 331 | 226 | 20 | 0 | 37 | 17 | 132 | 57 | 110 |
| Binary | 10110111 | 11011001 | 10010110 | 10000 | 0 | 11111 | 1111 | 1011010 | 101111 | 1001000 |
Color Harmonies of #B7D996
Complementary color
Monochromatic Colors of #B7D996
Black with #B7D996
Text Example
Text Example
White with #B7D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D996; }
p { color: rgb(183,217,150); }
H1.HeaderClassName
{
color: #B7D996;
}
.AnyTagClassName
{
color: #B7D996;
}
</style>
background-color css
<style>
a { background-color: #B7D996; }
a { background-color: rgb(183,217,150); }
div.DivClassName
{
background-color: #B7D996;
}
.BgClassName
{
background-color: #B7D996;
}
</style>
border-color css
<style>
span { border-color: #B7D996; }
span { border-color: rgb(183,217,150); }
td.TdClassName
{
border-color: #B7D996;
}
.TagClassName
{
border-color: #B7D996;
}
</style>