Shades of Green Mist #B6BD93
Tints of Green Mist #B6BD93
RGB
CMYK
RGB Variations
Color information
#B6BD93 (or 0xB6BD93) is known color: Green Mist. HEX triplet: B6, BD and 93. RGB value is (182,189,147). Sum of RGB (Red+Green+Blue) = 182+189+147=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD93 is #49426C. Grayscale: #B6B6B6. Windows color (decimal): -4801133 or 9682358. OLE color: 9682358.
HSL color Cylindrical-coordinate representation of color #B6BD93: hue angle of 70º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6BD93 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 147 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.26 |
| HSL | 70º | 0.24% | 0.66% | - |
| HSV(B) | 70º | 0.22% | 0.74% | - |
| XYZ | 42.76 | 48.45 | 34.7 | - |
| YUV | 182.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 147 | 0.04 | 0 | 0.22 | 0.26 | 70 | 0.24 | 0.66 |
| Hex | B6 | BD | 93 | 4 | 0 | 16 | 1A | 46 | 18 | 42 |
| Octal | 266 | 275 | 223 | 4 | 0 | 26 | 32 | 106 | 30 | 102 |
| Binary | 10110110 | 10111101 | 10010011 | 100 | 0 | 10110 | 11010 | 1000110 | 11000 | 1000010 |
Color Harmonies of #B6BD93
Complementary color
Monochromatic Colors of #B6BD93
Black with #B6BD93
Text Example
Text Example
White with #B6BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD93; }
p { color: rgb(182,189,147); }
H1.HeaderClassName
{
color: #B6BD93;
}
.AnyTagClassName
{
color: #B6BD93;
}
</style>
background-color css
<style>
a { background-color: #B6BD93; }
a { background-color: rgb(182,189,147); }
div.DivClassName
{
background-color: #B6BD93;
}
.BgClassName
{
background-color: #B6BD93;
}
</style>
border-color css
<style>
span { border-color: #B6BD93; }
span { border-color: rgb(182,189,147); }
td.TdClassName
{
border-color: #B6BD93;
}
.TagClassName
{
border-color: #B6BD93;
}
</style>