#CACC9E

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

Shades of Green Mist #CACC9E

Tints of Green Mist #CACC9E

Color information

#CACC9E (or 0xCACC9E) is unknown color: approx Green Mist. HEX triplet: CA, CC and 9E. RGB value is (202,204,158). Sum of RGB (Red+Green+Blue) = 202+204+158=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC9E is #353361. Grayscale: #C6C6C6. Windows color (decimal): -3486562 or 10407114. OLE color: 10407114.

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

Color convert

RGB202204158-
CMYK0.0100.230.2
HSL62.61º31.08%70.98%-
HSV(B)62.61º22.55%80%-
XYZ52.1258.2140.84-
YUV198.16105.34130.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=35.82%
G=36.17%
B=28.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041580.0100.230.262.6131.0870.98
HexCACC9E1017143f1f47
Octal3123142361027247737107
Binary110010101100110010011110101011110100111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACC9E; }

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

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

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

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

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

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

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

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