#C0C399

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

Shades of Green Mist #C0C399

Tints of Green Mist #C0C399

Color information

#C0C399 (or 0xC0C399) is unknown color: approx Green Mist. HEX triplet: C0, C3 and 99. RGB value is (192,195,153). Sum of RGB (Red+Green+Blue) = 192+195+153=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C399 is #3F3C66. Grayscale: #BDBDBD. Windows color (decimal): -4144231 or 10077120. OLE color: 10077120.

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

Color convert

RGB192195153-
CMYK0.0200.220.24
HSL64.29º25.93%68.24%-
HSV(B)64.29º21.54%76.47%-
XYZ4752.5437.8-
YUV189.32107.51129.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=35.56%
G=36.11%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951530.0200.220.2464.2925.9368.24
HexC0C399201618401a44
Octal30030323120263010032104
Binary11000000110000111001100110010110110001000000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C399; }

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

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

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

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

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

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

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

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