#C2C18F

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

Shades of Green Mist #C2C18F

Tints of Green Mist #C2C18F

Color information

#C2C18F (or 0xC2C18F) is unknown color: approx Green Mist. HEX triplet: C2, C1 and 8F. RGB value is (194,193,143). Sum of RGB (Red+Green+Blue) = 194+193+143=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C18F is #3D3E70. Grayscale: #BBBBBB. Windows color (decimal): -4013681 or 9421250. OLE color: 9421250.

HSL color Cylindrical-coordinate representation of color #C2C18F: hue angle of 58.82º 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 #C2C18F is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194193143-
CMYK00.010.260.24
HSL58.82º29.48%66.08%-
HSV(B)58.82º26.29%76.08%-
XYZ46.2851.5933.51-
YUV187.6102.83132.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=36.60%
G=36.42%
B=26.98%

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
Decimal19419314300.010.260.2458.8229.4866.08
HexC2C18F011A183b1d42
Octal3023012170132307335102
Binary110000101100000110001111011101011000111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C18F; }

 p { color: rgb(194,193,143); }

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

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

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

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

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

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

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