#C2C390

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

Shades of Green Mist #C2C390

Tints of Green Mist #C2C390

Color information

#C2C390 (or 0xC2C390) is unknown color: approx Green Mist. HEX triplet: C2, C3 and 90. RGB value is (194,195,144). Sum of RGB (Red+Green+Blue) = 194+195+144=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C390 is #3D3C6F. Grayscale: #BDBDBD. Windows color (decimal): -4013168 or 9487298. OLE color: 9487298.

HSL color Cylindrical-coordinate representation of color #C2C390: hue angle of 61.18º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2C390 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194195144-
CMYK0.0100.260.24
HSL61.18º29.82%66.47%-
HSV(B)61.18º26.15%76.47%-
XYZ46.852.5134.06-
YUV188.89102.67131.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=36.40%
G=36.59%
B=27.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951440.0100.260.2461.1829.8266.47
HexC2C390101A183d1e42
Octal3023032201032307536102
Binary110000101100001110010000101101011000111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C390; }

 p { color: rgb(194,195,144); }

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

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

 a { background-color: rgb(194,195,144); }

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

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

 span { border-color: rgb(194,195,144); }

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