Shades of Green Mist #CAC89D
Tints of Green Mist #CAC89D
RGB
CMYK
RGB Variations
Color information
#CAC89D (or 0xCAC89D) is known color: Green Mist. HEX triplet: CA, C8 and 9D. RGB value is (202,200,157). Sum of RGB (Red+Green+Blue) = 202+200+157=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC89D is #353762. Grayscale: #C3C3C3. Windows color (decimal): -3487587 or 10340554. OLE color: 10340554.
HSL color Cylindrical-coordinate representation of color #CAC89D: hue angle of 57.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC89D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 157 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.21 |
| HSL | 57.33º | 0.3% | 0.7% | - |
| HSV(B) | 57.33º | 0.22% | 0.79% | - |
| XYZ | 51.1 | 56.3 | 40.07 | - |
| YUV | 195.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 157 | 0 | 0.01 | 0.22 | 0.21 | 57.33 | 0.3 | 0.7 |
| Hex | CA | C8 | 9D | 0 | 1 | 16 | 15 | 39 | 1E | 46 |
| Octal | 312 | 310 | 235 | 0 | 1 | 26 | 25 | 71 | 36 | 106 |
| Binary | 11001010 | 11001000 | 10011101 | 0 | 1 | 10110 | 10101 | 111001 | 11110 | 1000110 |
Color Harmonies of #CAC89D
Complementary color
Monochromatic Colors of #CAC89D
Black with #CAC89D
Text Example
Text Example
White with #CAC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC89D; }
p { color: rgb(202,200,157); }
H1.HeaderClassName
{
color: #CAC89D;
}
.AnyTagClassName
{
color: #CAC89D;
}
</style>
background-color css
<style>
a { background-color: #CAC89D; }
a { background-color: rgb(202,200,157); }
div.DivClassName
{
background-color: #CAC89D;
}
.BgClassName
{
background-color: #CAC89D;
}
</style>
border-color css
<style>
span { border-color: #CAC89D; }
span { border-color: rgb(202,200,157); }
td.TdClassName
{
border-color: #CAC89D;
}
.TagClassName
{
border-color: #CAC89D;
}
</style>