#C0C18F

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

Shades of Green Mist #C0C18F

Tints of Green Mist #C0C18F

Color information

#C0C18F (or 0xC0C18F) is unknown color: approx Green Mist. HEX triplet: C0, C1 and 8F. RGB value is (192,193,143). Sum of RGB (Red+Green+Blue) = 192+193+143=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C18F is #3F3E70. Grayscale: #BBBBBB. Windows color (decimal): -4144753 or 9421248. OLE color: 9421248.

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

Color convert

RGB192193143-
CMYK0.0100.260.24
HSL61.2º28.74%65.88%-
HSV(B)61.2º25.91%75.69%-
XYZ45.7751.3333.48-
YUV187103.17131.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=36.36%
G=36.55%
B=27.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931430.0100.260.2461.228.7465.88
HexC0C18F101A183d1d42
Octal3003012171032307535102
Binary110000001100000110001111101101011000111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C18F; }

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

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

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

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

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

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

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

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