Shades of Green Mist #CAC799
Tints of Green Mist #CAC799
RGB
CMYK
RGB Variations
Color information
#CAC799 (or 0xCAC799) is known color: Green Mist. HEX triplet: CA, C7 and 99. RGB value is (202,199,153). Sum of RGB (Red+Green+Blue) = 202+199+153=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC799 is #353866. Grayscale: #C2C2C2. Windows color (decimal): -3487847 or 10078154. OLE color: 10078154.
HSL color Cylindrical-coordinate representation of color #CAC799: hue angle of 56.33º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC799 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 153 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.21 |
| HSL | 56.33º | 0.32% | 0.7% | - |
| HSV(B) | 56.33º | 0.24% | 0.79% | - |
| XYZ | 50.53 | 55.7 | 38.23 | - |
| YUV | 194.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 153 | 0 | 0.01 | 0.24 | 0.21 | 56.33 | 0.32 | 0.7 |
| Hex | CA | C7 | 99 | 0 | 1 | 18 | 15 | 38 | 20 | 46 |
| Octal | 312 | 307 | 231 | 0 | 1 | 30 | 25 | 70 | 40 | 106 |
| Binary | 11001010 | 11000111 | 10011001 | 0 | 1 | 11000 | 10101 | 111000 | 100000 | 1000110 |
Color Harmonies of #CAC799
Complementary color
Monochromatic Colors of #CAC799
Black with #CAC799
Text Example
Text Example
White with #CAC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC799; }
p { color: rgb(202,199,153); }
H1.HeaderClassName
{
color: #CAC799;
}
.AnyTagClassName
{
color: #CAC799;
}
</style>
background-color css
<style>
a { background-color: #CAC799; }
a { background-color: rgb(202,199,153); }
div.DivClassName
{
background-color: #CAC799;
}
.BgClassName
{
background-color: #CAC799;
}
</style>
border-color css
<style>
span { border-color: #CAC799; }
span { border-color: rgb(202,199,153); }
td.TdClassName
{
border-color: #CAC799;
}
.TagClassName
{
border-color: #CAC799;
}
</style>