Shades of Green Mist #B7BA9C
Tints of Green Mist #B7BA9C
RGB
CMYK
RGB Variations
Color information
#B7BA9C (or 0xB7BA9C) is known color: Green Mist. HEX triplet: B7, BA and 9C. RGB value is (183,186,156). Sum of RGB (Red+Green+Blue) = 183+186+156=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA9C is #484563. Grayscale: #B5B5B5. Windows color (decimal): -4736356 or 10271415. OLE color: 10271415.
HSL color Cylindrical-coordinate representation of color #B7BA9C: hue angle of 66º 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 #B7BA9C is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 156 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.27 |
| HSL | 66º | 0.18% | 0.67% | - |
| HSV(B) | 66º | 0.16% | 0.73% | - |
| XYZ | 43.09 | 47.59 | 38.37 | - |
| YUV | 181.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 156 | 0.02 | 0 | 0.16 | 0.27 | 66 | 0.18 | 0.67 |
| Hex | B7 | BA | 9C | 2 | 0 | 10 | 1B | 42 | 12 | 43 |
| Octal | 267 | 272 | 234 | 2 | 0 | 20 | 33 | 102 | 22 | 103 |
| Binary | 10110111 | 10111010 | 10011100 | 10 | 0 | 10000 | 11011 | 1000010 | 10010 | 1000011 |
Color Harmonies of #B7BA9C
Complementary color
Monochromatic Colors of #B7BA9C
Black with #B7BA9C
Text Example
Text Example
White with #B7BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA9C; }
p { color: rgb(183,186,156); }
H1.HeaderClassName
{
color: #B7BA9C;
}
.AnyTagClassName
{
color: #B7BA9C;
}
</style>
background-color css
<style>
a { background-color: #B7BA9C; }
a { background-color: rgb(183,186,156); }
div.DivClassName
{
background-color: #B7BA9C;
}
.BgClassName
{
background-color: #B7BA9C;
}
</style>
border-color css
<style>
span { border-color: #B7BA9C; }
span { border-color: rgb(183,186,156); }
td.TdClassName
{
border-color: #B7BA9C;
}
.TagClassName
{
border-color: #B7BA9C;
}
</style>