#C2C58E

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

Shades of Green Mist #C2C58E

Tints of Green Mist #C2C58E

Color information

#C2C58E (or 0xC2C58E) is unknown color: approx Green Mist. HEX triplet: C2, C5 and 8E. RGB value is (194,197,142). Sum of RGB (Red+Green+Blue) = 194+197+142=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C58E is #3D3A71. Grayscale: #BEBEBE. Windows color (decimal): -4012658 or 9356738. OLE color: 9356738.

HSL color Cylindrical-coordinate representation of color #C2C58E: hue angle of 63.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2C58E is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB194197142-
CMYK0.0200.280.23
HSL63.27º32.16%66.47%-
HSV(B)63.27º27.92%77.25%-
XYZ47.153.3533.41-
YUV189.83101.01130.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 197 (77.34% from 255) = 36.96%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=36.40%
G=36.96%
B=26.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971420.0200.280.2363.2732.1666.47
HexC2C58E201C173f2042
Octal3023052162034277740102
Binary11000010110001011000111010011100101111111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C58E; }

 p { color: rgb(194,197,142); }

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

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

 a { background-color: rgb(194,197,142); }

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

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

 span { border-color: rgb(194,197,142); }

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