Shades of Green Mist #C2C38F
Tints of Green Mist #C2C38F
RGB
CMYK
RGB Variations
Color information
#C2C38F (or 0xC2C38F) is known color: Green Mist. HEX triplet: C2, C3 and 8F. RGB value is (194,195,143). Sum of RGB (Red+Green+Blue) = 194+195+143=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C38F is #3D3C70. Grayscale: #BCBCBC. Windows color (decimal): -4013169 or 9421762. OLE color: 9421762.
HSL color Cylindrical-coordinate representation of color #C2C38F: hue angle of 61.15º 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 #C2C38F is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 143 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.24 |
| HSL | 61.15º | 0.3% | 0.66% | - |
| HSV(B) | 61.15º | 0.27% | 0.76% | - |
| XYZ | 46.72 | 52.48 | 33.65 | - |
| YUV | 188.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 143 | 0.01 | 0 | 0.27 | 0.24 | 61.15 | 0.3 | 0.66 |
| Hex | C2 | C3 | 8F | 1 | 0 | 1B | 18 | 3D | 1E | 42 |
| Octal | 302 | 303 | 217 | 1 | 0 | 33 | 30 | 75 | 36 | 102 |
| Binary | 11000010 | 11000011 | 10001111 | 1 | 0 | 11011 | 11000 | 111101 | 11110 | 1000010 |
Color Harmonies of #C2C38F
Complementary color
Monochromatic Colors of #C2C38F
Black with #C2C38F
Text Example
Text Example
White with #C2C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C38F; }
p { color: rgb(194,195,143); }
H1.HeaderClassName
{
color: #C2C38F;
}
.AnyTagClassName
{
color: #C2C38F;
}
</style>
background-color css
<style>
a { background-color: #C2C38F; }
a { background-color: rgb(194,195,143); }
div.DivClassName
{
background-color: #C2C38F;
}
.BgClassName
{
background-color: #C2C38F;
}
</style>
border-color css
<style>
span { border-color: #C2C38F; }
span { border-color: rgb(194,195,143); }
td.TdClassName
{
border-color: #C2C38F;
}
.TagClassName
{
border-color: #C2C38F;
}
</style>