#C2C090

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

Shades of Green Mist #C2C090

Tints of Green Mist #C2C090

Color information

#C2C090 (or 0xC2C090) is unknown color: approx Green Mist. HEX triplet: C2, C0 and 90. RGB value is (194,192,144). Sum of RGB (Red+Green+Blue) = 194+192+144=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C090 is #3D3F6F. Grayscale: #BBBBBB. Windows color (decimal): -4013936 or 9486530. OLE color: 9486530.

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

Color convert

RGB194192144-
CMYK00.010.260.24
HSL57.6º29.07%66.27%-
HSV(B)57.6º25.77%76.08%-
XYZ46.1351.1833.83-
YUV187.13103.66132.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=36.60%
G=36.23%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419214400.010.260.2457.629.0766.27
HexC2C090011A183a1d42
Octal3023002200132307235102
Binary110000101100000010010000011101011000111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C090; }

 p { color: rgb(194,192,144); }

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

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

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

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

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

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

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