Shades of Green Mist #C5CC93
Tints of Green Mist #C5CC93
RGB
CMYK
RGB Variations
Color information
#C5CC93 (or 0xC5CC93) is known color: Green Mist. HEX triplet: C5, CC and 93. RGB value is (197,204,147). Sum of RGB (Red+Green+Blue) = 197+204+147=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CC93 is #3A336C. Grayscale: #C3C3C3. Windows color (decimal): -3814253 or 9686213. OLE color: 9686213.
HSL color Cylindrical-coordinate representation of color #C5CC93: hue angle of 67.37º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5CC93 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 147 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.2 |
| HSL | 67.37º | 0.36% | 0.69% | - |
| HSV(B) | 67.37º | 0.28% | 0.8% | - |
| XYZ | 49.89 | 57.16 | 36.01 | - |
| YUV | 195.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 147 | 0.03 | 0 | 0.28 | 0.2 | 67.37 | 0.36 | 0.69 |
| Hex | C5 | CC | 93 | 3 | 0 | 1C | 14 | 43 | 24 | 45 |
| Octal | 305 | 314 | 223 | 3 | 0 | 34 | 24 | 103 | 44 | 105 |
| Binary | 11000101 | 11001100 | 10010011 | 11 | 0 | 11100 | 10100 | 1000011 | 100100 | 1000101 |
Color Harmonies of #C5CC93
Complementary color
Monochromatic Colors of #C5CC93
Black with #C5CC93
Text Example
Text Example
White with #C5CC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC93; }
p { color: rgb(197,204,147); }
H1.HeaderClassName
{
color: #C5CC93;
}
.AnyTagClassName
{
color: #C5CC93;
}
</style>
background-color css
<style>
a { background-color: #C5CC93; }
a { background-color: rgb(197,204,147); }
div.DivClassName
{
background-color: #C5CC93;
}
.BgClassName
{
background-color: #C5CC93;
}
</style>
border-color css
<style>
span { border-color: #C5CC93; }
span { border-color: rgb(197,204,147); }
td.TdClassName
{
border-color: #C5CC93;
}
.TagClassName
{
border-color: #C5CC93;
}
</style>