Shades of Green Mist #CAC89A
Tints of Green Mist #CAC89A
RGB
CMYK
RGB Variations
Color information
#CAC89A (or 0xCAC89A) is known color: Green Mist. HEX triplet: CA, C8 and 9A. RGB value is (202,200,154). Sum of RGB (Red+Green+Blue) = 202+200+154=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC89A is #353765. Grayscale: #C3C3C3. Windows color (decimal): -3487590 or 10143946. OLE color: 10143946.
HSL color Cylindrical-coordinate representation of color #CAC89A: hue angle of 57.5º degrees, saturation: 0.31, 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 #CAC89A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 154 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.21 |
| HSL | 57.5º | 0.31% | 0.7% | - |
| HSV(B) | 57.5º | 0.24% | 0.79% | - |
| XYZ | 50.84 | 56.2 | 38.74 | - |
| YUV | 195.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 154 | 0 | 0.01 | 0.24 | 0.21 | 57.5 | 0.31 | 0.7 |
| Hex | CA | C8 | 9A | 0 | 1 | 18 | 15 | 3A | 1F | 46 |
| Octal | 312 | 310 | 232 | 0 | 1 | 30 | 25 | 72 | 37 | 106 |
| Binary | 11001010 | 11001000 | 10011010 | 0 | 1 | 11000 | 10101 | 111010 | 11111 | 1000110 |
Color Harmonies of #CAC89A
Complementary color
Monochromatic Colors of #CAC89A
Black with #CAC89A
Text Example
Text Example
White with #CAC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC89A; }
p { color: rgb(202,200,154); }
H1.HeaderClassName
{
color: #CAC89A;
}
.AnyTagClassName
{
color: #CAC89A;
}
</style>
background-color css
<style>
a { background-color: #CAC89A; }
a { background-color: rgb(202,200,154); }
div.DivClassName
{
background-color: #CAC89A;
}
.BgClassName
{
background-color: #CAC89A;
}
</style>
border-color css
<style>
span { border-color: #CAC89A; }
span { border-color: rgb(202,200,154); }
td.TdClassName
{
border-color: #CAC89A;
}
.TagClassName
{
border-color: #CAC89A;
}
</style>