Shades of Green Mist #C2CE90
Tints of Green Mist #C2CE90
RGB
CMYK
RGB Variations
Color information
#C2CE90 (or 0xC2CE90) is known color: Green Mist. HEX triplet: C2, CE and 90. RGB value is (194,206,144). Sum of RGB (Red+Green+Blue) = 194+206+144=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE90 is #3D316F. Grayscale: #C3C3C3. Windows color (decimal): -4010352 or 9490114. OLE color: 9490114.
HSL color Cylindrical-coordinate representation of color #C2CE90: hue angle of 71.61º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2CE90 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 144 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.19 |
| HSL | 71.61º | 0.39% | 0.69% | - |
| HSV(B) | 71.61º | 0.3% | 0.81% | - |
| XYZ | 49.35 | 57.63 | 34.91 | - |
| YUV | 195.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 144 | 0.06 | 0 | 0.30 | 0.19 | 71.61 | 0.39 | 0.69 |
| Hex | C2 | CE | 90 | 6 | 0 | 1E | 13 | 48 | 27 | 45 |
| Octal | 302 | 316 | 220 | 6 | 0 | 36 | 23 | 110 | 47 | 105 |
| Binary | 11000010 | 11001110 | 10010000 | 110 | 0 | 11110 | 10011 | 1001000 | 100111 | 1000101 |
Color Harmonies of #C2CE90
Complementary color
Monochromatic Colors of #C2CE90
Black with #C2CE90
Text Example
Text Example
White with #C2CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE90; }
p { color: rgb(194,206,144); }
H1.HeaderClassName
{
color: #C2CE90;
}
.AnyTagClassName
{
color: #C2CE90;
}
</style>
background-color css
<style>
a { background-color: #C2CE90; }
a { background-color: rgb(194,206,144); }
div.DivClassName
{
background-color: #C2CE90;
}
.BgClassName
{
background-color: #C2CE90;
}
</style>
border-color css
<style>
span { border-color: #C2CE90; }
span { border-color: rgb(194,206,144); }
td.TdClassName
{
border-color: #C2CE90;
}
.TagClassName
{
border-color: #C2CE90;
}
</style>