Shades of Green Mist #B9BC9C
Tints of Green Mist #B9BC9C
RGB
CMYK
RGB Variations
Color information
#B9BC9C (or 0xB9BC9C) is known color: Green Mist. HEX triplet: B9, BC and 9C. RGB value is (185,188,156). Sum of RGB (Red+Green+Blue) = 185+188+156=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9C is #464363. Grayscale: #B7B7B7. Windows color (decimal): -4604772 or 10271929. OLE color: 10271929.
HSL color Cylindrical-coordinate representation of color #B9BC9C: hue angle of 65.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BC9C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 156 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.26 |
| HSL | 65.63º | 0.19% | 0.67% | - |
| HSV(B) | 65.63º | 0.17% | 0.74% | - |
| XYZ | 43.99 | 48.68 | 38.53 | - |
| YUV | 183.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 156 | 0.02 | 0 | 0.17 | 0.26 | 65.63 | 0.19 | 0.67 |
| Hex | B9 | BC | 9C | 2 | 0 | 11 | 1A | 42 | 13 | 43 |
| Octal | 271 | 274 | 234 | 2 | 0 | 21 | 32 | 102 | 23 | 103 |
| Binary | 10111001 | 10111100 | 10011100 | 10 | 0 | 10001 | 11010 | 1000010 | 10011 | 1000011 |
Color Harmonies of #B9BC9C
Complementary color
Monochromatic Colors of #B9BC9C
Black with #B9BC9C
Text Example
Text Example
White with #B9BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC9C; }
p { color: rgb(185,188,156); }
H1.HeaderClassName
{
color: #B9BC9C;
}
.AnyTagClassName
{
color: #B9BC9C;
}
</style>
background-color css
<style>
a { background-color: #B9BC9C; }
a { background-color: rgb(185,188,156); }
div.DivClassName
{
background-color: #B9BC9C;
}
.BgClassName
{
background-color: #B9BC9C;
}
</style>
border-color css
<style>
span { border-color: #B9BC9C; }
span { border-color: rgb(185,188,156); }
td.TdClassName
{
border-color: #B9BC9C;
}
.TagClassName
{
border-color: #B9BC9C;
}
</style>