Shades of Sprout #B6C696
Tints of Sprout #B6C696
RGB
CMYK
RGB Variations
Color information
#B6C696 (or 0xB6C696) is known color: Sprout. HEX triplet: B6, C6 and 96. RGB value is (182,198,150). Sum of RGB (Red+Green+Blue) = 182+198+150=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C696 is #493969. Grayscale: #BBBBBB. Windows color (decimal): -4798826 or 9881270. OLE color: 9881270.
HSL color Cylindrical-coordinate representation of color #B6C696: hue angle of 80º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C696 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 150 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.22 |
| HSL | 80º | 0.3% | 0.68% | - |
| HSV(B) | 80º | 0.24% | 0.78% | - |
| XYZ | 44.99 | 52.54 | 36.62 | - |
| YUV | 187.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 150 | 0.08 | 0 | 0.24 | 0.22 | 80 | 0.3 | 0.68 |
| Hex | B6 | C6 | 96 | 8 | 0 | 18 | 16 | 50 | 1E | 44 |
| Octal | 266 | 306 | 226 | 10 | 0 | 30 | 26 | 120 | 36 | 104 |
| Binary | 10110110 | 11000110 | 10010110 | 1000 | 0 | 11000 | 10110 | 1010000 | 11110 | 1000100 |
Color Harmonies of #B6C696
Complementary color
Monochromatic Colors of #B6C696
Black with #B6C696
Text Example
Text Example
White with #B6C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C696; }
p { color: rgb(182,198,150); }
H1.HeaderClassName
{
color: #B6C696;
}
.AnyTagClassName
{
color: #B6C696;
}
</style>
background-color css
<style>
a { background-color: #B6C696; }
a { background-color: rgb(182,198,150); }
div.DivClassName
{
background-color: #B6C696;
}
.BgClassName
{
background-color: #B6C696;
}
</style>
border-color css
<style>
span { border-color: #B6C696; }
span { border-color: rgb(182,198,150); }
td.TdClassName
{
border-color: #B6C696;
}
.TagClassName
{
border-color: #B6C696;
}
</style>