Shades of Green Mist #B9BC9D
Tints of Green Mist #B9BC9D
RGB
CMYK
RGB Variations
Color information
#B9BC9D (or 0xB9BC9D) is known color: Green Mist. HEX triplet: B9, BC and 9D. RGB value is (185,188,157). Sum of RGB (Red+Green+Blue) = 185+188+157=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9D is #464362. Grayscale: #B7B7B7. Windows color (decimal): -4604771 or 10337465. OLE color: 10337465.
HSL color Cylindrical-coordinate representation of color #B9BC9D: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BC9D is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 157 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.26 |
| HSL | 65.81º | 0.19% | 0.68% | - |
| HSV(B) | 65.81º | 0.16% | 0.74% | - |
| XYZ | 44.08 | 48.72 | 38.98 | - |
| YUV | 183.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 157 | 0.02 | 0 | 0.16 | 0.26 | 65.81 | 0.19 | 0.68 |
| Hex | B9 | BC | 9D | 2 | 0 | 10 | 1A | 42 | 13 | 44 |
| Octal | 271 | 274 | 235 | 2 | 0 | 20 | 32 | 102 | 23 | 104 |
| Binary | 10111001 | 10111100 | 10011101 | 10 | 0 | 10000 | 11010 | 1000010 | 10011 | 1000100 |
Color Harmonies of #B9BC9D
Complementary color
Monochromatic Colors of #B9BC9D
Black with #B9BC9D
Text Example
Text Example
White with #B9BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC9D; }
p { color: rgb(185,188,157); }
H1.HeaderClassName
{
color: #B9BC9D;
}
.AnyTagClassName
{
color: #B9BC9D;
}
</style>
background-color css
<style>
a { background-color: #B9BC9D; }
a { background-color: rgb(185,188,157); }
div.DivClassName
{
background-color: #B9BC9D;
}
.BgClassName
{
background-color: #B9BC9D;
}
</style>
border-color css
<style>
span { border-color: #B9BC9D; }
span { border-color: rgb(185,188,157); }
td.TdClassName
{
border-color: #B9BC9D;
}
.TagClassName
{
border-color: #B9BC9D;
}
</style>