#C2C29E

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

Shades of Green Mist #C2C29E

Tints of Green Mist #C2C29E

Color information

#C2C29E (or 0xC2C29E) is unknown color: approx Green Mist. HEX triplet: C2, C2 and 9E. RGB value is (194,194,158). Sum of RGB (Red+Green+Blue) = 194+194+158=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C29E is #3D3D61. Grayscale: #BEBEBE. Windows color (decimal): -4013410 or 10404546. OLE color: 10404546.

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

Color convert

RGB194194158-
CMYK000.190.24
HSL60º22.78%69.02%-
HSV(B)60º18.56%76.08%-
XYZ47.7152.5239.97-
YUV189.9110130.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=35.53%
G=35.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194158000.190.246022.7869.02
HexC2C29E0013183c1745
Octal3023022360023307427105
Binary110000101100001010011110001001111000111100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C29E; }

 p { color: rgb(194,194,158); }

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

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

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

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

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

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

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