#C6C49F

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

Shades of Green Mist #C6C49F

Tints of Green Mist #C6C49F

Color information

#C6C49F (or 0xC6C49F) is unknown color: approx Green Mist. HEX triplet: C6, C4 and 9F. RGB value is (198,196,159). Sum of RGB (Red+Green+Blue) = 198+196+159=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C49F is #393B60. Grayscale: #C0C0C0. Windows color (decimal): -3750753 or 10470598. OLE color: 10470598.

HSL color Cylindrical-coordinate representation of color #C6C49F: hue angle of 56.92º degrees, saturation: 0.25, 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 #C6C49F is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198196159-
CMYK00.010.200.22
HSL56.92º25.49%70%-
HSV(B)56.92º19.7%77.65%-
XYZ49.2953.9940.62-
YUV192.38109.16132.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=35.80%
G=35.44%
B=28.75%

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
Decimal19819615900.010.200.2256.9225.4970
HexC6C49F011416391946
Octal3063042370124267131106
Binary110001101100010010011111011010010110111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C49F; }

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

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

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

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

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

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

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

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