#C1C18E

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

Shades of Green Mist #C1C18E

Tints of Green Mist #C1C18E

Color information

#C1C18E (or 0xC1C18E) is unknown color: approx Green Mist. HEX triplet: C1, C1 and 8E. RGB value is (193,193,142). Sum of RGB (Red+Green+Blue) = 193+193+142=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C18E is #3E3E71. Grayscale: #BBBBBB. Windows color (decimal): -4079218 or 9355713. OLE color: 9355713.

HSL color Cylindrical-coordinate representation of color #C1C18E: hue angle of 60º degrees, saturation: 0.29, 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 #C1C18E is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193193142-
CMYK000.260.24
HSL60º29.14%65.69%-
HSV(B)60º26.42%75.69%-
XYZ45.9451.4333.1-
YUV187.19102.5132.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=36.55%
G=36.55%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193142000.260.246029.1465.69
HexC1C18E001A183c1d42
Octal3013012160032307435102
Binary110000011100000110001110001101011000111100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C18E; }

 p { color: rgb(193,193,142); }

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

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

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

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

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

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

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