#C0C896

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

Shades of Green Mist #C0C896

Tints of Green Mist #C0C896

Color information

#C0C896 (or 0xC0C896) is unknown color: approx Green Mist. HEX triplet: C0, C8 and 96. RGB value is (192,200,150). Sum of RGB (Red+Green+Blue) = 192+200+150=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C896 is #3F3769. Grayscale: #C0C0C0. Windows color (decimal): -4142954 or 9881792. OLE color: 9881792.

HSL color Cylindrical-coordinate representation of color #C0C896: hue angle of 69.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C896 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB192200150-
CMYK0.0400.250.22
HSL69.6º31.25%68.63%-
HSV(B)69.6º25%78.43%-
XYZ47.954.7236.89-
YUV191.91104.35128.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=35.42%
G=36.90%
B=27.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001500.0400.250.2269.631.2568.63
HexC0C896401916461f45
Octal30031022640312610637105
Binary110000001100100010010110100011001101101000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C896; }

 p { color: rgb(192,200,150); }

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

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

 a { background-color: rgb(192,200,150); }

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

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

 span { border-color: rgb(192,200,150); }

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