Shades of Green Mist #CAC89C
Tints of Green Mist #CAC89C
RGB
CMYK
RGB Variations
Color information
#CAC89C (or 0xCAC89C) is known color: Green Mist. HEX triplet: CA, C8 and 9C. RGB value is (202,200,156). Sum of RGB (Red+Green+Blue) = 202+200+156=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC89C is #353763. Grayscale: #C3C3C3. Windows color (decimal): -3487588 or 10275018. OLE color: 10275018.
HSL color Cylindrical-coordinate representation of color #CAC89C: hue angle of 57.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAC89C is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 156 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.21 |
| HSL | 57.39º | 0.3% | 0.7% | - |
| HSV(B) | 57.39º | 0.23% | 0.79% | - |
| XYZ | 51.01 | 56.27 | 39.62 | - |
| YUV | 195.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 156 | 0 | 0.01 | 0.23 | 0.21 | 57.39 | 0.3 | 0.7 |
| Hex | CA | C8 | 9C | 0 | 1 | 17 | 15 | 39 | 1E | 46 |
| Octal | 312 | 310 | 234 | 0 | 1 | 27 | 25 | 71 | 36 | 106 |
| Binary | 11001010 | 11001000 | 10011100 | 0 | 1 | 10111 | 10101 | 111001 | 11110 | 1000110 |
Color Harmonies of #CAC89C
Complementary color
Monochromatic Colors of #CAC89C
Black with #CAC89C
Text Example
Text Example
White with #CAC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC89C; }
p { color: rgb(202,200,156); }
H1.HeaderClassName
{
color: #CAC89C;
}
.AnyTagClassName
{
color: #CAC89C;
}
</style>
background-color css
<style>
a { background-color: #CAC89C; }
a { background-color: rgb(202,200,156); }
div.DivClassName
{
background-color: #CAC89C;
}
.BgClassName
{
background-color: #CAC89C;
}
</style>
border-color css
<style>
span { border-color: #CAC89C; }
span { border-color: rgb(202,200,156); }
td.TdClassName
{
border-color: #CAC89C;
}
.TagClassName
{
border-color: #CAC89C;
}
</style>