Shades of Green Mist #CAC594
Tints of Green Mist #CAC594
RGB
CMYK
RGB Variations
Color information
#CAC594 (or 0xCAC594) is known color: Green Mist. HEX triplet: CA, C5 and 94. RGB value is (202,197,148). Sum of RGB (Red+Green+Blue) = 202+197+148=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC594 is #353A6B. Grayscale: #C1C1C1. Windows color (decimal): -3488364 or 9749962. OLE color: 9749962.
HSL color Cylindrical-coordinate representation of color #CAC594: hue angle of 54.44º 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 #CAC594 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 148 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.21 |
| HSL | 54.44º | 0.34% | 0.69% | - |
| HSV(B) | 54.44º | 0.27% | 0.79% | - |
| XYZ | 49.67 | 54.63 | 35.94 | - |
| YUV | 192.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 148 | 0 | 0.02 | 0.27 | 0.21 | 54.44 | 0.34 | 0.69 |
| Hex | CA | C5 | 94 | 0 | 2 | 1B | 15 | 36 | 22 | 45 |
| Octal | 312 | 305 | 224 | 0 | 2 | 33 | 25 | 66 | 42 | 105 |
| Binary | 11001010 | 11000101 | 10010100 | 0 | 10 | 11011 | 10101 | 110110 | 100010 | 1000101 |
Color Harmonies of #CAC594
Complementary color
Monochromatic Colors of #CAC594
Black with #CAC594
Text Example
Text Example
White with #CAC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC594; }
p { color: rgb(202,197,148); }
H1.HeaderClassName
{
color: #CAC594;
}
.AnyTagClassName
{
color: #CAC594;
}
</style>
background-color css
<style>
a { background-color: #CAC594; }
a { background-color: rgb(202,197,148); }
div.DivClassName
{
background-color: #CAC594;
}
.BgClassName
{
background-color: #CAC594;
}
</style>
border-color css
<style>
span { border-color: #CAC594; }
span { border-color: rgb(202,197,148); }
td.TdClassName
{
border-color: #CAC594;
}
.TagClassName
{
border-color: #CAC594;
}
</style>