#C0C0A0

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

Shades of Green Mist #C0C0A0

Tints of Green Mist #C0C0A0

Color information

#C0C0A0 (or 0xC0C0A0) is unknown color: approx Green Mist. HEX triplet: C0, C0 and A0. RGB value is (192,192,160). Sum of RGB (Red+Green+Blue) = 192+192+160=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C0A0 is #3F3F5F. Grayscale: #BCBCBC. Windows color (decimal): -4144992 or 10535104. OLE color: 10535104.

HSL color Cylindrical-coordinate representation of color #C0C0A0: hue angle of 60º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0C0A0 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192192160-
CMYK000.170.25
HSL60º20.25%69.02%-
HSV(B)60º16.67%75.29%-
XYZ46.9351.4440.71-
YUV188.35112130.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192160000.170.256020.2569.02
HexC0C0A00011193c1445
Octal3003002400021317424105
Binary110000001100000010100000001000111001111100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C0A0; }

 p { color: rgb(192,192,160); }

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

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

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

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

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

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

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