#C1C490

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

Shades of Green Mist #C1C490

Tints of Green Mist #C1C490

Color information

#C1C490 (or 0xC1C490) is unknown color: approx Green Mist. HEX triplet: C1, C4 and 90. RGB value is (193,196,144). Sum of RGB (Red+Green+Blue) = 193+196+144=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C490 is #3E3B6F. Grayscale: #BDBDBD. Windows color (decimal): -4078448 or 9487553. OLE color: 9487553.

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

Color convert

RGB193196144-
CMYK0.0200.270.23
HSL63.46º30.59%66.67%-
HSV(B)63.46º26.53%76.86%-
XYZ46.7752.8334.12-
YUV189.18102.51130.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=36.21%
G=36.77%
B=27.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961440.0200.270.2363.4630.5966.67
HexC1C490201B173f1f43
Octal3013042202033277737103
Binary1100000111000100100100001001101110111111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C490; }

 p { color: rgb(193,196,144); }

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

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

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

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

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

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

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