#C2C18D

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

Shades of Green Mist #C2C18D

Tints of Green Mist #C2C18D

Color information

#C2C18D (or 0xC2C18D) is unknown color: approx Green Mist. HEX triplet: C2, C1 and 8D. RGB value is (194,193,141). Sum of RGB (Red+Green+Blue) = 194+193+141=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C18D is #3D3E72. Grayscale: #BBBBBB. Windows color (decimal): -4013683 or 9290178. OLE color: 9290178.

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

Color convert

RGB194193141-
CMYK00.010.270.24
HSL58.87º30.29%65.69%-
HSV(B)58.87º27.32%76.08%-
XYZ46.1351.5332.71-
YUV187.37101.83132.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=36.74%
G=36.55%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419314100.010.270.2458.8730.2965.69
HexC2C18D011B183b1e42
Octal3023012150133307336102
Binary110000101100000110001101011101111000111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C18D; }

 p { color: rgb(194,193,141); }

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

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

 a { background-color: rgb(194,193,141); }

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

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

 span { border-color: rgb(194,193,141); }

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