#C2C28D

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

Shades of Green Mist #C2C28D

Tints of Green Mist #C2C28D

Color information

#C2C28D (or 0xC2C28D) is unknown color: approx Green Mist. HEX triplet: C2, C2 and 8D. RGB value is (194,194,141). Sum of RGB (Red+Green+Blue) = 194+194+141=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C28D is #3D3D72. Grayscale: #BCBCBC. Windows color (decimal): -4013427 or 9290434. OLE color: 9290434.

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

Color convert

RGB194194141-
CMYK000.270.24
HSL60º30.29%65.69%-
HSV(B)60º27.32%76.08%-
XYZ46.3551.9832.79-
YUV187.96101.5132.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=36.67%
G=36.67%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194141000.270.246030.2965.69
HexC2C28D001B183c1e42
Octal3023022150033307436102
Binary110000101100001010001101001101111000111100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C28D; }

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

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

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

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

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

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

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

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