Shades of Green Mist #CAC698
Tints of Green Mist #CAC698
RGB
CMYK
RGB Variations
Color information
#CAC698 (or 0xCAC698) is known color: Green Mist. HEX triplet: CA, C6 and 98. RGB value is (202,198,152). Sum of RGB (Red+Green+Blue) = 202+198+152=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC698 is #353967. Grayscale: #C2C2C2. Windows color (decimal): -3488104 or 10012362. OLE color: 10012362.
HSL color Cylindrical-coordinate representation of color #CAC698: hue angle of 55.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAC698 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 152 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.21 |
| HSL | 55.2º | 0.32% | 0.69% | - |
| HSV(B) | 55.2º | 0.25% | 0.79% | - |
| XYZ | 50.22 | 55.21 | 37.72 | - |
| YUV | 193.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 152 | 0 | 0.02 | 0.25 | 0.21 | 55.2 | 0.32 | 0.69 |
| Hex | CA | C6 | 98 | 0 | 2 | 19 | 15 | 37 | 20 | 45 |
| Octal | 312 | 306 | 230 | 0 | 2 | 31 | 25 | 67 | 40 | 105 |
| Binary | 11001010 | 11000110 | 10011000 | 0 | 10 | 11001 | 10101 | 110111 | 100000 | 1000101 |
Color Harmonies of #CAC698
Complementary color
Monochromatic Colors of #CAC698
Black with #CAC698
Text Example
Text Example
White with #CAC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC698; }
p { color: rgb(202,198,152); }
H1.HeaderClassName
{
color: #CAC698;
}
.AnyTagClassName
{
color: #CAC698;
}
</style>
background-color css
<style>
a { background-color: #CAC698; }
a { background-color: rgb(202,198,152); }
div.DivClassName
{
background-color: #CAC698;
}
.BgClassName
{
background-color: #CAC698;
}
</style>
border-color css
<style>
span { border-color: #CAC698; }
span { border-color: rgb(202,198,152); }
td.TdClassName
{
border-color: #CAC698;
}
.TagClassName
{
border-color: #CAC698;
}
</style>