#C1C58C

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

Shades of Green Mist #C1C58C

Tints of Green Mist #C1C58C

Color information

#C1C58C (or 0xC1C58C) is unknown color: approx Green Mist. HEX triplet: C1, C5 and 8C. RGB value is (193,197,140). Sum of RGB (Red+Green+Blue) = 193+197+140=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C58C is #3E3A73. Grayscale: #BDBDBD. Windows color (decimal): -4078196 or 9225665. OLE color: 9225665.

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

Color convert

RGB193197140-
CMYK0.0200.290.23
HSL64.21º32.95%66.08%-
HSV(B)64.21º28.93%77.25%-
XYZ46.6953.1632.61-
YUV189.31100.17130.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=36.42%
G=37.17%
B=26.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931971400.0200.290.2364.2132.9566.08
HexC1C58C201D17402142
Octal30130521420352710041102
Binary110000011100010110001100100111011011110000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C58C; }

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

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

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

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

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

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

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

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