Shades of Sprout #B6D996
Tints of Sprout #B6D996
RGB
CMYK
RGB Variations
Color information
#B6D996 (or 0xB6D996) is known color: Sprout. HEX triplet: B6, D9 and 96. RGB value is (182,217,150). Sum of RGB (Red+Green+Blue) = 182+217+150=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D996 is #492669. Grayscale: #C7C7C7. Windows color (decimal): -4793962 or 9886134. OLE color: 9886134.
HSL color Cylindrical-coordinate representation of color #B6D996: hue angle of 91.34º 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 #B6D996 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 150 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.15 |
| HSL | 91.34º | 0.47% | 0.72% | - |
| HSV(B) | 91.34º | 0.31% | 0.85% | - |
| XYZ | 49.61 | 61.77 | 38.16 | - |
| YUV | 198.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 150 | 0.16 | 0 | 0.31 | 0.15 | 91.34 | 0.47 | 0.72 |
| Hex | B6 | D9 | 96 | 10 | 0 | 1F | F | 5B | 2F | 48 |
| Octal | 266 | 331 | 226 | 20 | 0 | 37 | 17 | 133 | 57 | 110 |
| Binary | 10110110 | 11011001 | 10010110 | 10000 | 0 | 11111 | 1111 | 1011011 | 101111 | 1001000 |
Color Harmonies of #B6D996
Complementary color
Monochromatic Colors of #B6D996
Black with #B6D996
Text Example
Text Example
White with #B6D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D996; }
p { color: rgb(182,217,150); }
H1.HeaderClassName
{
color: #B6D996;
}
.AnyTagClassName
{
color: #B6D996;
}
</style>
background-color css
<style>
a { background-color: #B6D996; }
a { background-color: rgb(182,217,150); }
div.DivClassName
{
background-color: #B6D996;
}
.BgClassName
{
background-color: #B6D996;
}
</style>
border-color css
<style>
span { border-color: #B6D996; }
span { border-color: rgb(182,217,150); }
td.TdClassName
{
border-color: #B6D996;
}
.TagClassName
{
border-color: #B6D996;
}
</style>