Shades of Green Mist #C8CA95
Tints of Green Mist #C8CA95
RGB
CMYK
RGB Variations
Color information
#C8CA95 (or 0xC8CA95) is known color: Green Mist. HEX triplet: C8, CA and 95. RGB value is (200,202,149). Sum of RGB (Red+Green+Blue) = 200+202+149=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA95 is #37356A. Grayscale: #C3C3C3. Windows color (decimal): -3618155 or 9816776. OLE color: 9816776.
HSL color Cylindrical-coordinate representation of color #C8CA95: hue angle of 62.26º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8CA95 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 149 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.21 |
| HSL | 62.26º | 0.33% | 0.69% | - |
| HSV(B) | 62.26º | 0.26% | 0.79% | - |
| XYZ | 50.36 | 56.69 | 36.72 | - |
| YUV | 195.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 149 | 0.01 | 0 | 0.26 | 0.21 | 62.26 | 0.33 | 0.69 |
| Hex | C8 | CA | 95 | 1 | 0 | 1A | 15 | 3E | 21 | 45 |
| Octal | 310 | 312 | 225 | 1 | 0 | 32 | 25 | 76 | 41 | 105 |
| Binary | 11001000 | 11001010 | 10010101 | 1 | 0 | 11010 | 10101 | 111110 | 100001 | 1000101 |
Color Harmonies of #C8CA95
Complementary color
Monochromatic Colors of #C8CA95
Black with #C8CA95
Text Example
Text Example
White with #C8CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA95; }
p { color: rgb(200,202,149); }
H1.HeaderClassName
{
color: #C8CA95;
}
.AnyTagClassName
{
color: #C8CA95;
}
</style>
background-color css
<style>
a { background-color: #C8CA95; }
a { background-color: rgb(200,202,149); }
div.DivClassName
{
background-color: #C8CA95;
}
.BgClassName
{
background-color: #C8CA95;
}
</style>
border-color css
<style>
span { border-color: #C8CA95; }
span { border-color: rgb(200,202,149); }
td.TdClassName
{
border-color: #C8CA95;
}
.TagClassName
{
border-color: #C8CA95;
}
</style>