Shades of Green Mist #B9C28D
Tints of Green Mist #B9C28D
RGB
CMYK
RGB Variations
Color information
#B9C28D (or 0xB9C28D) is known color: Green Mist. HEX triplet: B9, C2 and 8D. RGB value is (185,194,141). Sum of RGB (Red+Green+Blue) = 185+194+141=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C28D is #463D72. Grayscale: #B9B9B9. Windows color (decimal): -4603251 or 9290425. OLE color: 9290425.
HSL color Cylindrical-coordinate representation of color #B9C28D: hue angle of 70.19º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C28D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 141 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.24 |
| HSL | 70.19º | 0.3% | 0.66% | - |
| HSV(B) | 70.19º | 0.27% | 0.76% | - |
| XYZ | 44.11 | 50.82 | 32.68 | - |
| YUV | 185.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 141 | 0.05 | 0 | 0.27 | 0.24 | 70.19 | 0.3 | 0.66 |
| Hex | B9 | C2 | 8D | 5 | 0 | 1B | 18 | 46 | 1E | 42 |
| Octal | 271 | 302 | 215 | 5 | 0 | 33 | 30 | 106 | 36 | 102 |
| Binary | 10111001 | 11000010 | 10001101 | 101 | 0 | 11011 | 11000 | 1000110 | 11110 | 1000010 |
Color Harmonies of #B9C28D
Complementary color
Monochromatic Colors of #B9C28D
Black with #B9C28D
Text Example
Text Example
White with #B9C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C28D; }
p { color: rgb(185,194,141); }
H1.HeaderClassName
{
color: #B9C28D;
}
.AnyTagClassName
{
color: #B9C28D;
}
</style>
background-color css
<style>
a { background-color: #B9C28D; }
a { background-color: rgb(185,194,141); }
div.DivClassName
{
background-color: #B9C28D;
}
.BgClassName
{
background-color: #B9C28D;
}
</style>
border-color css
<style>
span { border-color: #B9C28D; }
span { border-color: rgb(185,194,141); }
td.TdClassName
{
border-color: #B9C28D;
}
.TagClassName
{
border-color: #B9C28D;
}
</style>