#C6CEA0

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

Shades of Green Mist #C6CEA0

Tints of Green Mist #C6CEA0

Color information

#C6CEA0 (or 0xC6CEA0) is unknown color: approx Green Mist. HEX triplet: C6, CE and A0. RGB value is (198,206,160). Sum of RGB (Red+Green+Blue) = 198+206+160=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEA0 is #39315F. Grayscale: #C6C6C6. Windows color (decimal): -3748192 or 10538694. OLE color: 10538694.

HSL color Cylindrical-coordinate representation of color #C6CEA0: hue angle of 70.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CEA0 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB198206160-
CMYK0.0400.220.19
HSL70.43º31.94%71.76%-
HSV(B)70.43º22.33%80.78%-
XYZ51.7158.6941.86-
YUV198.36106.35127.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=35.11%
G=36.52%
B=28.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061600.0400.220.1970.4331.9471.76
HexC6CEA0401613462048
Octal30631624040262310640110
Binary1100011011001110101000001000101101001110001101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEA0; }

 p { color: rgb(198,206,160); }

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

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

 a { background-color: rgb(198,206,160); }

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

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

 span { border-color: rgb(198,206,160); }

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