Shades of Green Mist #B6BB8C
Tints of Green Mist #B6BB8C
RGB
CMYK
RGB Variations
Color information
#B6BB8C (or 0xB6BB8C) is known color: Green Mist. HEX triplet: B6, BB and 8C. RGB value is (182,187,140). Sum of RGB (Red+Green+Blue) = 182+187+140=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BB8C is #494473. Grayscale: #B4B4B4. Windows color (decimal): -4801652 or 9223094. OLE color: 9223094.
HSL color Cylindrical-coordinate representation of color #B6BB8C: hue angle of 66.38º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6BB8C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 140 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.27 |
| HSL | 66.38º | 0.26% | 0.64% | - |
| HSV(B) | 66.38º | 0.25% | 0.73% | - |
| XYZ | 41.8 | 47.38 | 31.75 | - |
| YUV | 180.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 140 | 0.03 | 0 | 0.25 | 0.27 | 66.38 | 0.26 | 0.64 |
| Hex | B6 | BB | 8C | 3 | 0 | 19 | 1B | 42 | 1A | 40 |
| Octal | 266 | 273 | 214 | 3 | 0 | 31 | 33 | 102 | 32 | 100 |
| Binary | 10110110 | 10111011 | 10001100 | 11 | 0 | 11001 | 11011 | 1000010 | 11010 | 1000000 |
Color Harmonies of #B6BB8C
Complementary color
Monochromatic Colors of #B6BB8C
Black with #B6BB8C
Text Example
Text Example
White with #B6BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB8C; }
p { color: rgb(182,187,140); }
H1.HeaderClassName
{
color: #B6BB8C;
}
.AnyTagClassName
{
color: #B6BB8C;
}
</style>
background-color css
<style>
a { background-color: #B6BB8C; }
a { background-color: rgb(182,187,140); }
div.DivClassName
{
background-color: #B6BB8C;
}
.BgClassName
{
background-color: #B6BB8C;
}
</style>
border-color css
<style>
span { border-color: #B6BB8C; }
span { border-color: rgb(182,187,140); }
td.TdClassName
{
border-color: #B6BB8C;
}
.TagClassName
{
border-color: #B6BB8C;
}
</style>