Shades of Green Mist #B9C093
Tints of Green Mist #B9C093
RGB
CMYK
RGB Variations
Color information
#B9C093 (or 0xB9C093) is known color: Green Mist. HEX triplet: B9, C0 and 93. RGB value is (185,192,147). Sum of RGB (Red+Green+Blue) = 185+192+147=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C093 is #463F6C. Grayscale: #B8B8B8. Windows color (decimal): -4603757 or 9683129. OLE color: 9683129.
HSL color Cylindrical-coordinate representation of color #B9C093: hue angle of 69.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9C093 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 147 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.25 |
| HSL | 69.33º | 0.26% | 0.66% | - |
| HSV(B) | 69.33º | 0.23% | 0.75% | - |
| XYZ | 44.12 | 50.12 | 34.95 | - |
| YUV | 184.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 147 | 0.04 | 0 | 0.23 | 0.25 | 69.33 | 0.26 | 0.66 |
| Hex | B9 | C0 | 93 | 4 | 0 | 17 | 19 | 45 | 1A | 42 |
| Octal | 271 | 300 | 223 | 4 | 0 | 27 | 31 | 105 | 32 | 102 |
| Binary | 10111001 | 11000000 | 10010011 | 100 | 0 | 10111 | 11001 | 1000101 | 11010 | 1000010 |
Color Harmonies of #B9C093
Complementary color
Monochromatic Colors of #B9C093
Black with #B9C093
Text Example
Text Example
White with #B9C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C093; }
p { color: rgb(185,192,147); }
H1.HeaderClassName
{
color: #B9C093;
}
.AnyTagClassName
{
color: #B9C093;
}
</style>
background-color css
<style>
a { background-color: #B9C093; }
a { background-color: rgb(185,192,147); }
div.DivClassName
{
background-color: #B9C093;
}
.BgClassName
{
background-color: #B9C093;
}
</style>
border-color css
<style>
span { border-color: #B9C093; }
span { border-color: rgb(185,192,147); }
td.TdClassName
{
border-color: #B9C093;
}
.TagClassName
{
border-color: #B9C093;
}
</style>