Shades of Green Mist #CACB9A
Tints of Green Mist #CACB9A
RGB
CMYK
RGB Variations
Color information
#CACB9A (or 0xCACB9A) is known color: Green Mist. HEX triplet: CA, CB and 9A. RGB value is (202,203,154). Sum of RGB (Red+Green+Blue) = 202+203+154=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB9A is #353465. Grayscale: #C5C5C5. Windows color (decimal): -3486822 or 10144714. OLE color: 10144714.
HSL color Cylindrical-coordinate representation of color #CACB9A: hue angle of 61.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CACB9A is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 154 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.20 |
| HSL | 61.22º | 0.32% | 0.7% | - |
| HSV(B) | 61.22º | 0.24% | 0.8% | - |
| XYZ | 51.55 | 57.6 | 38.97 | - |
| YUV | 197.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 154 | 0.00 | 0 | 0.24 | 0.20 | 61.22 | 0.32 | 0.7 |
| Hex | CA | CB | 9A | 0 | 0 | 18 | 14 | 3D | 20 | 46 |
| Octal | 312 | 313 | 232 | 0 | 0 | 30 | 24 | 75 | 40 | 106 |
| Binary | 11001010 | 11001011 | 10011010 | 0 | 0 | 11000 | 10100 | 111101 | 100000 | 1000110 |
Color Harmonies of #CACB9A
Complementary color
Monochromatic Colors of #CACB9A
Black with #CACB9A
Text Example
Text Example
White with #CACB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB9A; }
p { color: rgb(202,203,154); }
H1.HeaderClassName
{
color: #CACB9A;
}
.AnyTagClassName
{
color: #CACB9A;
}
</style>
background-color css
<style>
a { background-color: #CACB9A; }
a { background-color: rgb(202,203,154); }
div.DivClassName
{
background-color: #CACB9A;
}
.BgClassName
{
background-color: #CACB9A;
}
</style>
border-color css
<style>
span { border-color: #CACB9A; }
span { border-color: rgb(202,203,154); }
td.TdClassName
{
border-color: #CACB9A;
}
.TagClassName
{
border-color: #CACB9A;
}
</style>