#C0C39F

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

Shades of Green Mist #C0C39F

Tints of Green Mist #C0C39F

Color information

#C0C39F (or 0xC0C39F) is unknown color: approx Green Mist. HEX triplet: C0, C3 and 9F. RGB value is (192,195,159). Sum of RGB (Red+Green+Blue) = 192+195+159=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C39F is #3F3C60. Grayscale: #BEBEBE. Windows color (decimal): -4144225 or 10470336. OLE color: 10470336.

HSL color Cylindrical-coordinate representation of color #C0C39F: hue angle of 65º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C39F is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB192195159-
CMYK0.0200.180.24
HSL65º23.08%69.41%-
HSV(B)65º18.46%76.47%-
XYZ47.5152.7440.48-
YUV190110.51129.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=35.16%
G=35.71%
B=29.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951590.0200.180.246523.0869.41
HexC0C39F201218411745
Octal30030323720223010127105
Binary11000000110000111001111110010010110001000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C39F; }

 p { color: rgb(192,195,159); }

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

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

 a { background-color: rgb(192,195,159); }

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

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

 span { border-color: rgb(192,195,159); }

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