#C5C490

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

Shades of Green Mist #C5C490

Tints of Green Mist #C5C490

Color information

#C5C490 (or 0xC5C490) is unknown color: approx Green Mist. HEX triplet: C5, C4 and 90. RGB value is (197,196,144). Sum of RGB (Red+Green+Blue) = 197+196+144=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C490 is #3A3B6F. Grayscale: #BEBEBE. Windows color (decimal): -3816304 or 9487557. OLE color: 9487557.

HSL color Cylindrical-coordinate representation of color #C5C490: hue angle of 58.87º 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 #C5C490 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197196144-
CMYK00.010.270.23
HSL58.87º31.36%66.86%-
HSV(B)58.87º26.9%77.25%-
XYZ47.853.3634.17-
YUV190.37101.83132.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=36.69%
G=36.50%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719614400.010.270.2358.8731.3666.86
HexC5C490011B173b1f43
Octal3053042200133277337103
Binary110001011100010010010000011101110111111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C490; }

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

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

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

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

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

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

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

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