#C4C18F

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

Shades of Green Mist #C4C18F

Tints of Green Mist #C4C18F

Color information

#C4C18F (or 0xC4C18F) is unknown color: approx Green Mist. HEX triplet: C4, C1 and 8F. RGB value is (196,193,143). Sum of RGB (Red+Green+Blue) = 196+193+143=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C18F is #3B3E70. Grayscale: #BCBCBC. Windows color (decimal): -3882609 or 9421252. OLE color: 9421252.

HSL color Cylindrical-coordinate representation of color #C4C18F: hue angle of 56.6º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4C18F is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196193143-
CMYK00.020.270.23
HSL56.6º30.99%66.47%-
HSV(B)56.6º27.04%76.86%-
XYZ46.7951.8633.53-
YUV188.2102.49133.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 143 (56.25% from 255) = 26.88%
R=36.84%
G=36.28%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619314300.020.270.2356.630.9966.47
HexC4C18F021B17391f42
Octal3043012170233277137102
Binary1100010011000001100011110101101110111111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C18F; }

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

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

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

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

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

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

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

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