#C2CA9F

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

Shades of Green Mist #C2CA9F

Tints of Green Mist #C2CA9F

Color information

#C2CA9F (or 0xC2CA9F) is unknown color: approx Green Mist. HEX triplet: C2, CA and 9F. RGB value is (194,202,159). Sum of RGB (Red+Green+Blue) = 194+202+159=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA9F is #3D3560. Grayscale: #C2C2C2. Windows color (decimal): -4011361 or 10472130. OLE color: 10472130.

HSL color Cylindrical-coordinate representation of color #C2CA9F: hue angle of 71.16º degrees, saturation: 0.29, 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 #C2CA9F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB194202159-
CMYK0.0400.210.21
HSL71.16º28.86%70.78%-
HSV(B)71.16º21.29%79.22%-
XYZ49.6356.2141.04-
YUV194.71107.85127.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=34.95%
G=36.40%
B=28.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021590.0400.210.2171.1628.8670.78
HexC2CA9F401515471d47
Octal30231223740252510735107
Binary110000101100101010011111100010101101011000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA9F; }

 p { color: rgb(194,202,159); }

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

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

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

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

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

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

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