Shades of Green Mist #B6BA93
Tints of Green Mist #B6BA93
RGB
CMYK
RGB Variations
Color information
#B6BA93 (or 0xB6BA93) is known color: Green Mist. HEX triplet: B6, BA and 93. RGB value is (182,186,147). Sum of RGB (Red+Green+Blue) = 182+186+147=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA93 is #49456C. Grayscale: #B4B4B4. Windows color (decimal): -4801901 or 9681590. OLE color: 9681590.
HSL color Cylindrical-coordinate representation of color #B6BA93: hue angle of 66.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6BA93 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
RGB | 182 | 186 | 147 | - |
CMYK | 0.02 | 0 | 0.21 | 0.27 |
HSL | 66.15º | 0.22% | 0.65% | - |
HSV(B) | 66.15º | 0.21% | 0.73% | - |
XYZ | 42.12 | 47.17 | 34.49 | - |
YUV | 180.36 | 109.17 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 186 | 147 | 0.02 | 0 | 0.21 | 0.27 | 66.15 | 0.22 | 0.65 |
Hex | B6 | BA | 93 | 2 | 0 | 15 | 1B | 42 | 16 | 41 |
Octal | 266 | 272 | 223 | 2 | 0 | 25 | 33 | 102 | 26 | 101 |
Binary | 10110110 | 10111010 | 10010011 | 10 | 0 | 10101 | 11011 | 1000010 | 10110 | 1000001 |
Color Harmonies of #B6BA93
Complementary color
Monochromatic Colors of #B6BA93
Black with #B6BA93
Text Example
Text Example
White with #B6BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA93; }
p { color: rgb(182,186,147); }
H1.HeaderClassName
{
color: #B6BA93;
}
.AnyTagClassName
{
color: #B6BA93;
}
</style>
background-color css
<style>
a { background-color: #B6BA93; }
a { background-color: rgb(182,186,147); }
div.DivClassName
{
background-color: #B6BA93;
}
.BgClassName
{
background-color: #B6BA93;
}
</style>
border-color css
<style>
span { border-color: #B6BA93; }
span { border-color: rgb(182,186,147); }
td.TdClassName
{
border-color: #B6BA93;
}
.TagClassName
{
border-color: #B6BA93;
}
</style>