#C1C68C

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

Shades of Green Mist #C1C68C

Tints of Green Mist #C1C68C

Color information

#C1C68C (or 0xC1C68C) is unknown color: approx Green Mist. HEX triplet: C1, C6 and 8C. RGB value is (193,198,140). Sum of RGB (Red+Green+Blue) = 193+198+140=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C68C is #3E3973. Grayscale: #BEBEBE. Windows color (decimal): -4077940 or 9225921. OLE color: 9225921.

HSL color Cylindrical-coordinate representation of color #C1C68C: hue angle of 65.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1C68C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB193198140-
CMYK0.0300.290.22
HSL65.17º33.72%66.27%-
HSV(B)65.17º29.29%77.65%-
XYZ46.9253.6232.69-
YUV189.8999.84130.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=36.35%
G=37.29%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931981400.0300.290.2265.1733.7266.27
HexC1C68C301D16412242
Octal30130621430352610142102
Binary110000011100011010001100110111011011010000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C68C; }

 p { color: rgb(193,198,140); }

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

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

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

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

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

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

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