Shades of Green Mist #C8CA90
Tints of Green Mist #C8CA90
RGB
CMYK
RGB Variations
Color information
#C8CA90 (or 0xC8CA90) is known color: Green Mist. HEX triplet: C8, CA and 90. RGB value is (200,202,144). Sum of RGB (Red+Green+Blue) = 200+202+144=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA90 is #37356F. Grayscale: #C3C3C3. Windows color (decimal): -3618160 or 9489096. OLE color: 9489096.
HSL color Cylindrical-coordinate representation of color #C8CA90: hue angle of 62.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8CA90 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 144 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.21 |
| HSL | 62.07º | 0.35% | 0.68% | - |
| HSV(B) | 62.07º | 0.29% | 0.79% | - |
| XYZ | 49.97 | 56.53 | 34.66 | - |
| YUV | 194.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 144 | 0.01 | 0 | 0.29 | 0.21 | 62.07 | 0.35 | 0.68 |
| Hex | C8 | CA | 90 | 1 | 0 | 1D | 15 | 3E | 23 | 44 |
| Octal | 310 | 312 | 220 | 1 | 0 | 35 | 25 | 76 | 43 | 104 |
| Binary | 11001000 | 11001010 | 10010000 | 1 | 0 | 11101 | 10101 | 111110 | 100011 | 1000100 |
Color Harmonies of #C8CA90
Complementary color
Monochromatic Colors of #C8CA90
Black with #C8CA90
Text Example
Text Example
White with #C8CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA90; }
p { color: rgb(200,202,144); }
H1.HeaderClassName
{
color: #C8CA90;
}
.AnyTagClassName
{
color: #C8CA90;
}
</style>
background-color css
<style>
a { background-color: #C8CA90; }
a { background-color: rgb(200,202,144); }
div.DivClassName
{
background-color: #C8CA90;
}
.BgClassName
{
background-color: #C8CA90;
}
</style>
border-color css
<style>
span { border-color: #C8CA90; }
span { border-color: rgb(200,202,144); }
td.TdClassName
{
border-color: #C8CA90;
}
.TagClassName
{
border-color: #C8CA90;
}
</style>