Shades of Green Mist #C2BF93
Tints of Green Mist #C2BF93
RGB
CMYK
RGB Variations
Color information
#C2BF93 (or 0xC2BF93) is known color: Green Mist. HEX triplet: C2, BF and 93. RGB value is (194,191,147). Sum of RGB (Red+Green+Blue) = 194+191+147=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF93 is #3D406C. Grayscale: #BBBBBB. Windows color (decimal): -4014189 or 9682882. OLE color: 9682882.
HSL color Cylindrical-coordinate representation of color #C2BF93: hue angle of 56.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BF93 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 147 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.24 |
| HSL | 56.17º | 0.28% | 0.67% | - |
| HSV(B) | 56.17º | 0.24% | 0.76% | - |
| XYZ | 46.15 | 50.84 | 34.98 | - |
| YUV | 186.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 147 | 0 | 0.02 | 0.24 | 0.24 | 56.17 | 0.28 | 0.67 |
| Hex | C2 | BF | 93 | 0 | 2 | 18 | 18 | 38 | 1C | 43 |
| Octal | 302 | 277 | 223 | 0 | 2 | 30 | 30 | 70 | 34 | 103 |
| Binary | 11000010 | 10111111 | 10010011 | 0 | 10 | 11000 | 11000 | 111000 | 11100 | 1000011 |
Color Harmonies of #C2BF93
Complementary color
Monochromatic Colors of #C2BF93
Black with #C2BF93
Text Example
Text Example
White with #C2BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF93; }
p { color: rgb(194,191,147); }
H1.HeaderClassName
{
color: #C2BF93;
}
.AnyTagClassName
{
color: #C2BF93;
}
</style>
background-color css
<style>
a { background-color: #C2BF93; }
a { background-color: rgb(194,191,147); }
div.DivClassName
{
background-color: #C2BF93;
}
.BgClassName
{
background-color: #C2BF93;
}
</style>
border-color css
<style>
span { border-color: #C2BF93; }
span { border-color: rgb(194,191,147); }
td.TdClassName
{
border-color: #C2BF93;
}
.TagClassName
{
border-color: #C2BF93;
}
</style>