Shades of Green Mist #CACE9C
Tints of Green Mist #CACE9C
RGB
CMYK
RGB Variations
Color information
#CACE9C (or 0xCACE9C) is known color: Green Mist. HEX triplet: CA, CE and 9C. RGB value is (202,206,156). Sum of RGB (Red+Green+Blue) = 202+206+156=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE9C is #353163. Grayscale: #C7C7C7. Windows color (decimal): -3486052 or 10276554. OLE color: 10276554.
HSL color Cylindrical-coordinate representation of color #CACE9C: hue angle of 64.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CACE9C is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 156 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.19 |
| HSL | 64.8º | 0.34% | 0.71% | - |
| HSV(B) | 64.8º | 0.24% | 0.81% | - |
| XYZ | 52.43 | 59.1 | 40.1 | - |
| YUV | 199.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 156 | 0.02 | 0 | 0.24 | 0.19 | 64.8 | 0.34 | 0.71 |
| Hex | CA | CE | 9C | 2 | 0 | 18 | 13 | 41 | 22 | 47 |
| Octal | 312 | 316 | 234 | 2 | 0 | 30 | 23 | 101 | 42 | 107 |
| Binary | 11001010 | 11001110 | 10011100 | 10 | 0 | 11000 | 10011 | 1000001 | 100010 | 1000111 |
Color Harmonies of #CACE9C
Complementary color
Monochromatic Colors of #CACE9C
Black with #CACE9C
Text Example
Text Example
White with #CACE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE9C; }
p { color: rgb(202,206,156); }
H1.HeaderClassName
{
color: #CACE9C;
}
.AnyTagClassName
{
color: #CACE9C;
}
</style>
background-color css
<style>
a { background-color: #CACE9C; }
a { background-color: rgb(202,206,156); }
div.DivClassName
{
background-color: #CACE9C;
}
.BgClassName
{
background-color: #CACE9C;
}
</style>
border-color css
<style>
span { border-color: #CACE9C; }
span { border-color: rgb(202,206,156); }
td.TdClassName
{
border-color: #CACE9C;
}
.TagClassName
{
border-color: #CACE9C;
}
</style>