Shades of Green Mist #CACB99
Tints of Green Mist #CACB99
RGB
CMYK
RGB Variations
Color information
#CACB99 (or 0xCACB99) is known color: Green Mist. HEX triplet: CA, CB and 99. RGB value is (202,203,153). Sum of RGB (Red+Green+Blue) = 202+203+153=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB99 is #353466. Grayscale: #C5C5C5. Windows color (decimal): -3486823 or 10079178. OLE color: 10079178.
HSL color Cylindrical-coordinate representation of color #CACB99: hue angle of 61.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CACB99 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 153 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.20 |
| HSL | 61.2º | 0.32% | 0.7% | - |
| HSV(B) | 61.2º | 0.25% | 0.8% | - |
| XYZ | 51.46 | 57.57 | 38.54 | - |
| YUV | 197 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 153 | 0.00 | 0 | 0.25 | 0.20 | 61.2 | 0.32 | 0.7 |
| Hex | CA | CB | 99 | 0 | 0 | 19 | 14 | 3D | 20 | 46 |
| Octal | 312 | 313 | 231 | 0 | 0 | 31 | 24 | 75 | 40 | 106 |
| Binary | 11001010 | 11001011 | 10011001 | 0 | 0 | 11001 | 10100 | 111101 | 100000 | 1000110 |
Color Harmonies of #CACB99
Complementary color
Monochromatic Colors of #CACB99
Black with #CACB99
Text Example
Text Example
White with #CACB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB99; }
p { color: rgb(202,203,153); }
H1.HeaderClassName
{
color: #CACB99;
}
.AnyTagClassName
{
color: #CACB99;
}
</style>
background-color css
<style>
a { background-color: #CACB99; }
a { background-color: rgb(202,203,153); }
div.DivClassName
{
background-color: #CACB99;
}
.BgClassName
{
background-color: #CACB99;
}
</style>
border-color css
<style>
span { border-color: #CACB99; }
span { border-color: rgb(202,203,153); }
td.TdClassName
{
border-color: #CACB99;
}
.TagClassName
{
border-color: #CACB99;
}
</style>