#C3C18C

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

Shades of Green Mist #C3C18C

Tints of Green Mist #C3C18C

Color information

#C3C18C (or 0xC3C18C) is unknown color: approx Green Mist. HEX triplet: C3, C1 and 8C. RGB value is (195,193,140). Sum of RGB (Red+Green+Blue) = 195+193+140=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C18C is #3C3E73. Grayscale: #BBBBBB. Windows color (decimal): -3948148 or 9224643. OLE color: 9224643.

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

Color convert

RGB195193140-
CMYK00.010.280.24
HSL57.82º31.43%65.69%-
HSV(B)57.82º28.21%76.47%-
XYZ46.3151.6432.34-
YUV187.56101.16133.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=36.93%
G=36.55%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519314000.010.280.2457.8231.4365.69
HexC3C18C011C183a1f42
Octal3033012140134307237102
Binary110000111100000110001100011110011000111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C18C; }

 p { color: rgb(195,193,140); }

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

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

 a { background-color: rgb(195,193,140); }

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

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

 span { border-color: rgb(195,193,140); }

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