Shades of Green Mist #C8CA93
Tints of Green Mist #C8CA93
RGB
CMYK
RGB Variations
Color information
#C8CA93 (or 0xC8CA93) is known color: Green Mist. HEX triplet: C8, CA and 93. RGB value is (200,202,147). Sum of RGB (Red+Green+Blue) = 200+202+147=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA93 is #37356C. Grayscale: #C3C3C3. Windows color (decimal): -3618157 or 9685704. OLE color: 9685704.
HSL color Cylindrical-coordinate representation of color #C8CA93: hue angle of 62.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8CA93 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 147 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.21 |
| HSL | 62.18º | 0.34% | 0.68% | - |
| HSV(B) | 62.18º | 0.27% | 0.79% | - |
| XYZ | 50.21 | 56.63 | 35.89 | - |
| YUV | 195.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 147 | 0.01 | 0 | 0.27 | 0.21 | 62.18 | 0.34 | 0.68 |
| Hex | C8 | CA | 93 | 1 | 0 | 1B | 15 | 3E | 22 | 44 |
| Octal | 310 | 312 | 223 | 1 | 0 | 33 | 25 | 76 | 42 | 104 |
| Binary | 11001000 | 11001010 | 10010011 | 1 | 0 | 11011 | 10101 | 111110 | 100010 | 1000100 |
Color Harmonies of #C8CA93
Complementary color
Monochromatic Colors of #C8CA93
Black with #C8CA93
Text Example
Text Example
White with #C8CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA93; }
p { color: rgb(200,202,147); }
H1.HeaderClassName
{
color: #C8CA93;
}
.AnyTagClassName
{
color: #C8CA93;
}
</style>
background-color css
<style>
a { background-color: #C8CA93; }
a { background-color: rgb(200,202,147); }
div.DivClassName
{
background-color: #C8CA93;
}
.BgClassName
{
background-color: #C8CA93;
}
</style>
border-color css
<style>
span { border-color: #C8CA93; }
span { border-color: rgb(200,202,147); }
td.TdClassName
{
border-color: #C8CA93;
}
.TagClassName
{
border-color: #C8CA93;
}
</style>