#C2C494

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

Shades of Green Mist #C2C494

Tints of Green Mist #C2C494

Color information

#C2C494 (or 0xC2C494) is unknown color: approx Green Mist. HEX triplet: C2, C4 and 94. RGB value is (194,196,148). Sum of RGB (Red+Green+Blue) = 194+196+148=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C494 is #3D3B6B. Grayscale: #BEBEBE. Windows color (decimal): -4012908 or 9749698. OLE color: 9749698.

HSL color Cylindrical-coordinate representation of color #C2C494: hue angle of 62.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C494 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB194196148-
CMYK0.0100.240.23
HSL62.5º28.92%67.45%-
HSV(B)62.5º24.49%76.86%-
XYZ47.3353.0935.77-
YUV189.93104.34130.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=36.06%
G=36.43%
B=27.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941961480.0100.240.2362.528.9267.45
HexC2C4941018173e1d43
Octal3023042241030277635103
Binary110000101100010010010100101100010111111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C494; }

 p { color: rgb(194,196,148); }

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

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

 a { background-color: rgb(194,196,148); }

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

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

 span { border-color: rgb(194,196,148); }

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