Shades of Sprout #B7D98B
Tints of Sprout #B7D98B
RGB
CMYK
RGB Variations
Color information
#B7D98B (or 0xB7D98B) is known color: Sprout. HEX triplet: B7, D9 and 8B. RGB value is (183,217,139). Sum of RGB (Red+Green+Blue) = 183+217+139=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D98B is #482674. Grayscale: #C6C6C6. Windows color (decimal): -4728437 or 9165239. OLE color: 9165239.
HSL color Cylindrical-coordinate representation of color #B7D98B: hue angle of 86.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7D98B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 139 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.15 |
| HSL | 86.15º | 0.51% | 0.7% | - |
| HSV(B) | 86.15º | 0.36% | 0.85% | - |
| XYZ | 49 | 61.56 | 33.73 | - |
| YUV | 197.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 139 | 0.16 | 0 | 0.36 | 0.15 | 86.15 | 0.51 | 0.7 |
| Hex | B7 | D9 | 8B | 10 | 0 | 24 | F | 56 | 33 | 46 |
| Octal | 267 | 331 | 213 | 20 | 0 | 44 | 17 | 126 | 63 | 106 |
| Binary | 10110111 | 11011001 | 10001011 | 10000 | 0 | 100100 | 1111 | 1010110 | 110011 | 1000110 |
Color Harmonies of #B7D98B
Complementary color
Monochromatic Colors of #B7D98B
Black with #B7D98B
Text Example
Text Example
White with #B7D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D98B; }
p { color: rgb(183,217,139); }
H1.HeaderClassName
{
color: #B7D98B;
}
.AnyTagClassName
{
color: #B7D98B;
}
</style>
background-color css
<style>
a { background-color: #B7D98B; }
a { background-color: rgb(183,217,139); }
div.DivClassName
{
background-color: #B7D98B;
}
.BgClassName
{
background-color: #B7D98B;
}
</style>
border-color css
<style>
span { border-color: #B7D98B; }
span { border-color: rgb(183,217,139); }
td.TdClassName
{
border-color: #B7D98B;
}
.TagClassName
{
border-color: #B7D98B;
}
</style>