#C0C395

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

Shades of Green Mist #C0C395

Tints of Green Mist #C0C395

Color information

#C0C395 (or 0xC0C395) is unknown color: approx Green Mist. HEX triplet: C0, C3 and 95. RGB value is (192,195,149). Sum of RGB (Red+Green+Blue) = 192+195+149=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C395 is #3F3C6A. Grayscale: #BDBDBD. Windows color (decimal): -4144235 or 9814976. OLE color: 9814976.

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

Color convert

RGB192195149-
CMYK0.0200.240.24
HSL63.91º27.71%67.45%-
HSV(B)63.91º23.59%76.47%-
XYZ46.6852.4136.09-
YUV188.86105.51130.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=35.82%
G=36.38%
B=27.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951490.0200.240.2463.9127.7167.45
HexC0C395201818401c43
Octal30030322520303010034103
Binary11000000110000111001010110011000110001000000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C395; }

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

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

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

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

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

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

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

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