Shades of Green Mist #B9C18E
Tints of Green Mist #B9C18E
RGB
CMYK
RGB Variations
Color information
#B9C18E (or 0xB9C18E) is known color: Green Mist. HEX triplet: B9, C1 and 8E. RGB value is (185,193,142). Sum of RGB (Red+Green+Blue) = 185+193+142=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C18E is #463E71. Grayscale: #B8B8B8. Windows color (decimal): -4603506 or 9355705. OLE color: 9355705.
HSL color Cylindrical-coordinate representation of color #B9C18E: hue angle of 69.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9C18E is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 142 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.24 |
| HSL | 69.41º | 0.29% | 0.66% | - |
| HSV(B) | 69.41º | 0.26% | 0.76% | - |
| XYZ | 43.96 | 50.41 | 33 | - |
| YUV | 184.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 142 | 0.04 | 0 | 0.26 | 0.24 | 69.41 | 0.29 | 0.66 |
| Hex | B9 | C1 | 8E | 4 | 0 | 1A | 18 | 45 | 1D | 42 |
| Octal | 271 | 301 | 216 | 4 | 0 | 32 | 30 | 105 | 35 | 102 |
| Binary | 10111001 | 11000001 | 10001110 | 100 | 0 | 11010 | 11000 | 1000101 | 11101 | 1000010 |
Color Harmonies of #B9C18E
Complementary color
Monochromatic Colors of #B9C18E
Black with #B9C18E
Text Example
Text Example
White with #B9C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C18E; }
p { color: rgb(185,193,142); }
H1.HeaderClassName
{
color: #B9C18E;
}
.AnyTagClassName
{
color: #B9C18E;
}
</style>
background-color css
<style>
a { background-color: #B9C18E; }
a { background-color: rgb(185,193,142); }
div.DivClassName
{
background-color: #B9C18E;
}
.BgClassName
{
background-color: #B9C18E;
}
</style>
border-color css
<style>
span { border-color: #B9C18E; }
span { border-color: rgb(185,193,142); }
td.TdClassName
{
border-color: #B9C18E;
}
.TagClassName
{
border-color: #B9C18E;
}
</style>