Shades of Green Mist #C2CC8C
Tints of Green Mist #C2CC8C
RGB
CMYK
RGB Variations
Color information
#C2CC8C (or 0xC2CC8C) is known color: Green Mist. HEX triplet: C2, CC and 8C. RGB value is (194,204,140). Sum of RGB (Red+Green+Blue) = 194+204+140=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC8C is #3D3373. Grayscale: #C1C1C1. Windows color (decimal): -4010868 or 9227458. OLE color: 9227458.
HSL color Cylindrical-coordinate representation of color #C2CC8C: hue angle of 69.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2CC8C is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 140 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.2 |
| HSL | 69.38º | 0.39% | 0.67% | - |
| HSV(B) | 69.38º | 0.31% | 0.8% | - |
| XYZ | 48.57 | 56.55 | 33.17 | - |
| YUV | 193.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 140 | 0.05 | 0 | 0.31 | 0.2 | 69.38 | 0.39 | 0.67 |
| Hex | C2 | CC | 8C | 5 | 0 | 1F | 14 | 45 | 27 | 43 |
| Octal | 302 | 314 | 214 | 5 | 0 | 37 | 24 | 105 | 47 | 103 |
| Binary | 11000010 | 11001100 | 10001100 | 101 | 0 | 11111 | 10100 | 1000101 | 100111 | 1000011 |
Color Harmonies of #C2CC8C
Complementary color
Monochromatic Colors of #C2CC8C
Black with #C2CC8C
Text Example
Text Example
White with #C2CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC8C; }
p { color: rgb(194,204,140); }
H1.HeaderClassName
{
color: #C2CC8C;
}
.AnyTagClassName
{
color: #C2CC8C;
}
</style>
background-color css
<style>
a { background-color: #C2CC8C; }
a { background-color: rgb(194,204,140); }
div.DivClassName
{
background-color: #C2CC8C;
}
.BgClassName
{
background-color: #C2CC8C;
}
</style>
border-color css
<style>
span { border-color: #C2CC8C; }
span { border-color: rgb(194,204,140); }
td.TdClassName
{
border-color: #C2CC8C;
}
.TagClassName
{
border-color: #C2CC8C;
}
</style>