#CACCA2

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

Shades of Green Mist #CACCA2

Tints of Green Mist #CACCA2

Color information

#CACCA2 (or 0xCACCA2) is unknown color: approx Green Mist. HEX triplet: CA, CC and A2. RGB value is (202,204,162). Sum of RGB (Red+Green+Blue) = 202+204+162=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCA2 is #35335D. Grayscale: #C6C6C6. Windows color (decimal): -3486558 or 10669258. OLE color: 10669258.

HSL color Cylindrical-coordinate representation of color #CACCA2: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACCA2 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB202204162-
CMYK0.0100.210.2
HSL62.86º29.17%71.76%-
HSV(B)62.86º20.59%80%-
XYZ52.4758.3542.68-
YUV198.61107.34130.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 162 (63.67% from 255) = 28.52%
R=35.56%
G=35.92%
B=28.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041620.0100.210.262.8629.1771.76
HexCACCA21015143f1d48
Octal3123142421025247735110
Binary110010101100110010100010101010110100111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCA2; }

 p { color: rgb(202,204,162); }

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

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

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

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

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

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

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