Shades of Green Mist #B6BB9A
Tints of Green Mist #B6BB9A
RGB
CMYK
RGB Variations
Color information
#B6BB9A (or 0xB6BB9A) is known color: Green Mist. HEX triplet: B6, BB and 9A. RGB value is (182,187,154). Sum of RGB (Red+Green+Blue) = 182+187+154=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB9A is #494465. Grayscale: #B5B5B5. Windows color (decimal): -4801638 or 10140598. OLE color: 10140598.
HSL color Cylindrical-coordinate representation of color #B6BB9A: hue angle of 69.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6BB9A is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 154 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.27 |
| HSL | 69.09º | 0.2% | 0.67% | - |
| HSV(B) | 69.09º | 0.18% | 0.73% | - |
| XYZ | 42.89 | 47.82 | 37.54 | - |
| YUV | 181.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 154 | 0.03 | 0 | 0.18 | 0.27 | 69.09 | 0.2 | 0.67 |
| Hex | B6 | BB | 9A | 3 | 0 | 12 | 1B | 45 | 14 | 43 |
| Octal | 266 | 273 | 232 | 3 | 0 | 22 | 33 | 105 | 24 | 103 |
| Binary | 10110110 | 10111011 | 10011010 | 11 | 0 | 10010 | 11011 | 1000101 | 10100 | 1000011 |
Color Harmonies of #B6BB9A
Complementary color
Monochromatic Colors of #B6BB9A
Black with #B6BB9A
Text Example
Text Example
White with #B6BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB9A; }
p { color: rgb(182,187,154); }
H1.HeaderClassName
{
color: #B6BB9A;
}
.AnyTagClassName
{
color: #B6BB9A;
}
</style>
background-color css
<style>
a { background-color: #B6BB9A; }
a { background-color: rgb(182,187,154); }
div.DivClassName
{
background-color: #B6BB9A;
}
.BgClassName
{
background-color: #B6BB9A;
}
</style>
border-color css
<style>
span { border-color: #B6BB9A; }
span { border-color: rgb(182,187,154); }
td.TdClassName
{
border-color: #B6BB9A;
}
.TagClassName
{
border-color: #B6BB9A;
}
</style>