#CACAA0

Color #CACAA0 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CACAA0

Tints of Green Mist #CACAA0

Color information

#CACAA0 (or 0xCACAA0) is unknown color: approx Green Mist. HEX triplet: CA, CA and A0. RGB value is (202,202,160). Sum of RGB (Red+Green+Blue) = 202+202+160=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAA0 is #35355F. Grayscale: #C5C5C5. Windows color (decimal): -3487072 or 10537674. OLE color: 10537674.

HSL color Cylindrical-coordinate representation of color #CACAA0: hue angle of 60º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACAA0 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202202160-
CMYK000.210.21
HSL60º28.38%70.98%-
HSV(B)60º20.79%79.22%-
XYZ51.8257.3441.59-
YUV197.21107131.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=35.82%
G=35.82%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202160000.210.216028.3870.98
HexCACAA00015153c1c47
Octal3123122400025257434107
Binary110010101100101010100000001010110101111100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAA0; }

 p { color: rgb(202,202,160); }

 H1.HeaderClassName
 {
   color: #CACAA0;
 }
 .AnyTagClassName
 {
   color: #CACAA0;
 }
</style>
background-color css

<style>
 a { background-color: #CACAA0; }

 a { background-color: rgb(202,202,160); }

 div.DivClassName
 {
   background-color: #CACAA0;
 }
 .BgClassName
 {
   background-color: #CACAA0;
 }
</style>
border-color css

<style>
 span { border-color: #CACAA0; }

 span { border-color: rgb(202,202,160); }

 td.TdClassName
 {
   border-color: #CACAA0;
 }
 .TagClassName
 {
   border-color: #CACAA0;
 }
</style>