Shades of Green Mist #B6C096
Tints of Green Mist #B6C096
RGB
CMYK
RGB Variations
Color information
#B6C096 (or 0xB6C096) is known color: Green Mist. HEX triplet: B6, C0 and 96. RGB value is (182,192,150). Sum of RGB (Red+Green+Blue) = 182+192+150=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C096 is #493F69. Grayscale: #B8B8B8. Windows color (decimal): -4800362 or 9879734. OLE color: 9879734.
HSL color Cylindrical-coordinate representation of color #B6C096: hue angle of 74.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C096 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 150 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.25 |
| HSL | 74.29º | 0.25% | 0.67% | - |
| HSV(B) | 74.29º | 0.22% | 0.75% | - |
| XYZ | 43.65 | 49.85 | 36.18 | - |
| YUV | 184.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 150 | 0.05 | 0 | 0.22 | 0.25 | 74.29 | 0.25 | 0.67 |
| Hex | B6 | C0 | 96 | 5 | 0 | 16 | 19 | 4A | 19 | 43 |
| Octal | 266 | 300 | 226 | 5 | 0 | 26 | 31 | 112 | 31 | 103 |
| Binary | 10110110 | 11000000 | 10010110 | 101 | 0 | 10110 | 11001 | 1001010 | 11001 | 1000011 |
Color Harmonies of #B6C096
Complementary color
Monochromatic Colors of #B6C096
Black with #B6C096
Text Example
Text Example
White with #B6C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C096; }
p { color: rgb(182,192,150); }
H1.HeaderClassName
{
color: #B6C096;
}
.AnyTagClassName
{
color: #B6C096;
}
</style>
background-color css
<style>
a { background-color: #B6C096; }
a { background-color: rgb(182,192,150); }
div.DivClassName
{
background-color: #B6C096;
}
.BgClassName
{
background-color: #B6C096;
}
</style>
border-color css
<style>
span { border-color: #B6C096; }
span { border-color: rgb(182,192,150); }
td.TdClassName
{
border-color: #B6C096;
}
.TagClassName
{
border-color: #B6C096;
}
</style>