#C2CA8C

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

Shades of Green Mist #C2CA8C

Tints of Green Mist #C2CA8C

Color information

#C2CA8C (or 0xC2CA8C) is unknown color: approx Green Mist. HEX triplet: C2, CA and 8C. RGB value is (194,202,140). Sum of RGB (Red+Green+Blue) = 194+202+140=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CA8C is #3D3573. Grayscale: #C0C0C0. Windows color (decimal): -4011380 or 9226946. OLE color: 9226946.

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

Color convert

RGB194202140-
CMYK0.0400.310.21
HSL67.74º36.9%67.06%-
HSV(B)67.74º30.69%79.22%-
XYZ48.155.633.01-
YUV192.5498.35129.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=36.19%
G=37.69%
B=26.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021400.0400.310.2167.7436.967.06
HexC2CA8C401F15442543
Octal30231221440372510445103
Binary1100001011001010100011001000111111010110001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA8C; }

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

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

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

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

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

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

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

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