#C2C9A0

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

Shades of Green Mist #C2C9A0

Tints of Green Mist #C2C9A0

Color information

#C2C9A0 (or 0xC2C9A0) is unknown color: approx Green Mist. HEX triplet: C2, C9 and A0. RGB value is (194,201,160). Sum of RGB (Red+Green+Blue) = 194+201+160=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9A0 is #3D365F. Grayscale: #C2C2C2. Windows color (decimal): -4011616 or 10537410. OLE color: 10537410.

HSL color Cylindrical-coordinate representation of color #C2C9A0: hue angle of 70.24º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2C9A0 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB194201160-
CMYK0.0300.200.21
HSL70.24º27.52%70.78%-
HSV(B)70.24º20.4%78.82%-
XYZ49.4855.7841.42-
YUV194.23108.68127.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=34.95%
G=36.22%
B=28.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942011600.0300.200.2170.2427.5270.78
HexC2C9A0301415461c47
Octal30231124030242510634107
Binary11000010110010011010000011010100101011000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C9A0; }

 p { color: rgb(194,201,160); }

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

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

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

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

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

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

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