Shades of Green Mist #B9BC9A
Tints of Green Mist #B9BC9A
RGB
CMYK
RGB Variations
Color information
#B9BC9A (or 0xB9BC9A) is known color: Green Mist. HEX triplet: B9, BC and 9A. RGB value is (185,188,154). Sum of RGB (Red+Green+Blue) = 185+188+154=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9A is #464365. Grayscale: #B7B7B7. Windows color (decimal): -4604774 or 10140857. OLE color: 10140857.
HSL color Cylindrical-coordinate representation of color #B9BC9A: hue angle of 65.29º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9BC9A is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 154 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.26 |
| HSL | 65.29º | 0.2% | 0.67% | - |
| HSV(B) | 65.29º | 0.18% | 0.74% | - |
| XYZ | 43.82 | 48.61 | 37.65 | - |
| YUV | 183.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 154 | 0.02 | 0 | 0.18 | 0.26 | 65.29 | 0.2 | 0.67 |
| Hex | B9 | BC | 9A | 2 | 0 | 12 | 1A | 41 | 14 | 43 |
| Octal | 271 | 274 | 232 | 2 | 0 | 22 | 32 | 101 | 24 | 103 |
| Binary | 10111001 | 10111100 | 10011010 | 10 | 0 | 10010 | 11010 | 1000001 | 10100 | 1000011 |
Color Harmonies of #B9BC9A
Complementary color
Monochromatic Colors of #B9BC9A
Black with #B9BC9A
Text Example
Text Example
White with #B9BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC9A; }
p { color: rgb(185,188,154); }
H1.HeaderClassName
{
color: #B9BC9A;
}
.AnyTagClassName
{
color: #B9BC9A;
}
</style>
background-color css
<style>
a { background-color: #B9BC9A; }
a { background-color: rgb(185,188,154); }
div.DivClassName
{
background-color: #B9BC9A;
}
.BgClassName
{
background-color: #B9BC9A;
}
</style>
border-color css
<style>
span { border-color: #B9BC9A; }
span { border-color: rgb(185,188,154); }
td.TdClassName
{
border-color: #B9BC9A;
}
.TagClassName
{
border-color: #B9BC9A;
}
</style>