Shades of Green Mist #B9BD8D
Tints of Green Mist #B9BD8D
RGB
CMYK
RGB Variations
Color information
#B9BD8D (or 0xB9BD8D) is known color: Green Mist. HEX triplet: B9, BD and 8D. RGB value is (185,189,141). Sum of RGB (Red+Green+Blue) = 185+189+141=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD8D is #464272. Grayscale: #B6B6B6. Windows color (decimal): -4604531 or 9289145. OLE color: 9289145.
HSL color Cylindrical-coordinate representation of color #B9BD8D: hue angle of 65º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9BD8D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 141 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.26 |
| HSL | 65º | 0.27% | 0.65% | - |
| HSV(B) | 65º | 0.25% | 0.74% | - |
| XYZ | 43.01 | 48.63 | 32.32 | - |
| YUV | 182.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 141 | 0.02 | 0 | 0.25 | 0.26 | 65 | 0.27 | 0.65 |
| Hex | B9 | BD | 8D | 2 | 0 | 19 | 1A | 41 | 1B | 41 |
| Octal | 271 | 275 | 215 | 2 | 0 | 31 | 32 | 101 | 33 | 101 |
| Binary | 10111001 | 10111101 | 10001101 | 10 | 0 | 11001 | 11010 | 1000001 | 11011 | 1000001 |
Color Harmonies of #B9BD8D
Complementary color
Monochromatic Colors of #B9BD8D
Black with #B9BD8D
Text Example
Text Example
White with #B9BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD8D; }
p { color: rgb(185,189,141); }
H1.HeaderClassName
{
color: #B9BD8D;
}
.AnyTagClassName
{
color: #B9BD8D;
}
</style>
background-color css
<style>
a { background-color: #B9BD8D; }
a { background-color: rgb(185,189,141); }
div.DivClassName
{
background-color: #B9BD8D;
}
.BgClassName
{
background-color: #B9BD8D;
}
</style>
border-color css
<style>
span { border-color: #B9BD8D; }
span { border-color: rgb(185,189,141); }
td.TdClassName
{
border-color: #B9BD8D;
}
.TagClassName
{
border-color: #B9BD8D;
}
</style>