Shades of Green Mist #CAC694
Tints of Green Mist #CAC694
RGB
CMYK
RGB Variations
Color information
#CAC694 (or 0xCAC694) is known color: Green Mist. HEX triplet: CA, C6 and 94. RGB value is (202,198,148). Sum of RGB (Red+Green+Blue) = 202+198+148=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC694 is #35396B. Grayscale: #C1C1C1. Windows color (decimal): -3488108 or 9750218. OLE color: 9750218.
HSL color Cylindrical-coordinate representation of color #CAC694: hue angle of 55.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC694 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 148 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.21 |
| HSL | 55.56º | 0.34% | 0.69% | - |
| HSV(B) | 55.56º | 0.27% | 0.79% | - |
| XYZ | 49.9 | 55.08 | 36.02 | - |
| YUV | 193.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 148 | 0 | 0.02 | 0.27 | 0.21 | 55.56 | 0.34 | 0.69 |
| Hex | CA | C6 | 94 | 0 | 2 | 1B | 15 | 38 | 22 | 45 |
| Octal | 312 | 306 | 224 | 0 | 2 | 33 | 25 | 70 | 42 | 105 |
| Binary | 11001010 | 11000110 | 10010100 | 0 | 10 | 11011 | 10101 | 111000 | 100010 | 1000101 |
Color Harmonies of #CAC694
Complementary color
Monochromatic Colors of #CAC694
Black with #CAC694
Text Example
Text Example
White with #CAC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC694; }
p { color: rgb(202,198,148); }
H1.HeaderClassName
{
color: #CAC694;
}
.AnyTagClassName
{
color: #CAC694;
}
</style>
background-color css
<style>
a { background-color: #CAC694; }
a { background-color: rgb(202,198,148); }
div.DivClassName
{
background-color: #CAC694;
}
.BgClassName
{
background-color: #CAC694;
}
</style>
border-color css
<style>
span { border-color: #CAC694; }
span { border-color: rgb(202,198,148); }
td.TdClassName
{
border-color: #CAC694;
}
.TagClassName
{
border-color: #CAC694;
}
</style>