#C0C49D

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

Shades of Green Mist #C0C49D

Tints of Green Mist #C0C49D

Color information

#C0C49D (or 0xC0C49D) is unknown color: approx Green Mist. HEX triplet: C0, C4 and 9D. RGB value is (192,196,157). Sum of RGB (Red+Green+Blue) = 192+196+157=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C49D is #3F3B62. Grayscale: #BEBEBE. Windows color (decimal): -4143971 or 10339520. OLE color: 10339520.

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

Color convert

RGB192196157-
CMYK0.0200.200.23
HSL66.15º24.84%69.22%-
HSV(B)66.15º19.9%76.86%-
XYZ47.5653.1239.64-
YUV190.36109.17129.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=35.23%
G=35.96%
B=28.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961570.0200.200.2366.1524.8469.22
HexC0C49D201417421945
Octal30030423520242710231105
Binary11000000110001001001110110010100101111000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C49D; }

 p { color: rgb(192,196,157); }

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

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

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

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

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

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

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