Shades of Sprout #B6D096
Tints of Sprout #B6D096
RGB
CMYK
RGB Variations
Color information
#B6D096 (or 0xB6D096) is known color: Sprout. HEX triplet: B6, D0 and 96. RGB value is (182,208,150). Sum of RGB (Red+Green+Blue) = 182+208+150=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D096 is #492F69. Grayscale: #C1C1C1. Windows color (decimal): -4796266 or 9883830. OLE color: 9883830.
HSL color Cylindrical-coordinate representation of color #B6D096: hue angle of 86.9º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6D096 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 208 | 150 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.18 |
| HSL | 86.9º | 0.38% | 0.7% | - |
| HSV(B) | 86.9º | 0.28% | 0.82% | - |
| XYZ | 47.35 | 57.26 | 37.41 | - |
| YUV | 193.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 208 | 150 | 0.12 | 0 | 0.28 | 0.18 | 86.9 | 0.38 | 0.7 |
| Hex | B6 | D0 | 96 | C | 0 | 1C | 12 | 57 | 26 | 46 |
| Octal | 266 | 320 | 226 | 14 | 0 | 34 | 22 | 127 | 46 | 106 |
| Binary | 10110110 | 11010000 | 10010110 | 1100 | 0 | 11100 | 10010 | 1010111 | 100110 | 1000110 |
Color Harmonies of #B6D096
Complementary color
Monochromatic Colors of #B6D096
Black with #B6D096
Text Example
Text Example
White with #B6D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D096; }
p { color: rgb(182,208,150); }
H1.HeaderClassName
{
color: #B6D096;
}
.AnyTagClassName
{
color: #B6D096;
}
</style>
background-color css
<style>
a { background-color: #B6D096; }
a { background-color: rgb(182,208,150); }
div.DivClassName
{
background-color: #B6D096;
}
.BgClassName
{
background-color: #B6D096;
}
</style>
border-color css
<style>
span { border-color: #B6D096; }
span { border-color: rgb(182,208,150); }
td.TdClassName
{
border-color: #B6D096;
}
.TagClassName
{
border-color: #B6D096;
}
</style>