Shades of Green Mist #B6BA9C
Tints of Green Mist #B6BA9C
RGB
CMYK
RGB Variations
Color information
#B6BA9C (or 0xB6BA9C) is known color: Green Mist. HEX triplet: B6, BA and 9C. RGB value is (182,186,156). Sum of RGB (Red+Green+Blue) = 182+186+156=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA9C is #494563. Grayscale: #B5B5B5. Windows color (decimal): -4801892 or 10271414. OLE color: 10271414.
HSL color Cylindrical-coordinate representation of color #B6BA9C: hue angle of 68º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6BA9C is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 156 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.27 |
| HSL | 68º | 0.18% | 0.67% | - |
| HSV(B) | 68º | 0.16% | 0.73% | - |
| XYZ | 42.85 | 47.46 | 38.36 | - |
| YUV | 181.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 156 | 0.02 | 0 | 0.16 | 0.27 | 68 | 0.18 | 0.67 |
| Hex | B6 | BA | 9C | 2 | 0 | 10 | 1B | 44 | 12 | 43 |
| Octal | 266 | 272 | 234 | 2 | 0 | 20 | 33 | 104 | 22 | 103 |
| Binary | 10110110 | 10111010 | 10011100 | 10 | 0 | 10000 | 11011 | 1000100 | 10010 | 1000011 |
Color Harmonies of #B6BA9C
Complementary color
Monochromatic Colors of #B6BA9C
Black with #B6BA9C
Text Example
Text Example
White with #B6BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA9C; }
p { color: rgb(182,186,156); }
H1.HeaderClassName
{
color: #B6BA9C;
}
.AnyTagClassName
{
color: #B6BA9C;
}
</style>
background-color css
<style>
a { background-color: #B6BA9C; }
a { background-color: rgb(182,186,156); }
div.DivClassName
{
background-color: #B6BA9C;
}
.BgClassName
{
background-color: #B6BA9C;
}
</style>
border-color css
<style>
span { border-color: #B6BA9C; }
span { border-color: rgb(182,186,156); }
td.TdClassName
{
border-color: #B6BA9C;
}
.TagClassName
{
border-color: #B6BA9C;
}
</style>