#C6C49E

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

Shades of Green Mist #C6C49E

Tints of Green Mist #C6C49E

Color information

#C6C49E (or 0xC6C49E) is unknown color: approx Green Mist. HEX triplet: C6, C4 and 9E. RGB value is (198,196,158). Sum of RGB (Red+Green+Blue) = 198+196+158=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C49E is #393B61. Grayscale: #C0C0C0. Windows color (decimal): -3750754 or 10405062. OLE color: 10405062.

HSL color Cylindrical-coordinate representation of color #C6C49E: hue angle of 57º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6C49E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198196158-
CMYK00.010.200.22
HSL57º25.97%69.8%-
HSV(B)57º20.2%77.65%-
XYZ49.253.9540.17-
YUV192.27108.66132.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=35.87%
G=35.51%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819615800.010.200.225725.9769.8
HexC6C49E011416391a46
Octal3063042360124267132106
Binary110001101100010010011110011010010110111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C49E; }

 p { color: rgb(198,196,158); }

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

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

 a { background-color: rgb(198,196,158); }

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

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

 span { border-color: rgb(198,196,158); }

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