Shades of Green Mist #C2BF96
Tints of Green Mist #C2BF96
RGB
CMYK
RGB Variations
Color information
#C2BF96 (or 0xC2BF96) is known color: Green Mist. HEX triplet: C2, BF and 96. RGB value is (194,191,150). Sum of RGB (Red+Green+Blue) = 194+191+150=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF96 is #3D4069. Grayscale: #BBBBBB. Windows color (decimal): -4014186 or 9879490. OLE color: 9879490.
HSL color Cylindrical-coordinate representation of color #C2BF96: hue angle of 55.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BF96 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 150 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.24 |
| HSL | 55.91º | 0.27% | 0.67% | - |
| HSV(B) | 55.91º | 0.23% | 0.76% | - |
| XYZ | 46.38 | 50.93 | 36.24 | - |
| YUV | 187.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 150 | 0 | 0.02 | 0.23 | 0.24 | 55.91 | 0.27 | 0.67 |
| Hex | C2 | BF | 96 | 0 | 2 | 17 | 18 | 38 | 1B | 43 |
| Octal | 302 | 277 | 226 | 0 | 2 | 27 | 30 | 70 | 33 | 103 |
| Binary | 11000010 | 10111111 | 10010110 | 0 | 10 | 10111 | 11000 | 111000 | 11011 | 1000011 |
Color Harmonies of #C2BF96
Complementary color
Monochromatic Colors of #C2BF96
Black with #C2BF96
Text Example
Text Example
White with #C2BF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF96; }
p { color: rgb(194,191,150); }
H1.HeaderClassName
{
color: #C2BF96;
}
.AnyTagClassName
{
color: #C2BF96;
}
</style>
background-color css
<style>
a { background-color: #C2BF96; }
a { background-color: rgb(194,191,150); }
div.DivClassName
{
background-color: #C2BF96;
}
.BgClassName
{
background-color: #C2BF96;
}
</style>
border-color css
<style>
span { border-color: #C2BF96; }
span { border-color: rgb(194,191,150); }
td.TdClassName
{
border-color: #C2BF96;
}
.TagClassName
{
border-color: #C2BF96;
}
</style>