#C4C896

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

Shades of Green Mist #C4C896

Tints of Green Mist #C4C896

Color information

#C4C896 (or 0xC4C896) is unknown color: approx Green Mist. HEX triplet: C4, C8 and 96. RGB value is (196,200,150). Sum of RGB (Red+Green+Blue) = 196+200+150=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C896 is #3B3769. Grayscale: #C1C1C1. Windows color (decimal): -3880810 or 9881796. OLE color: 9881796.

HSL color Cylindrical-coordinate representation of color #C4C896: hue angle of 64.8º 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 #C4C896 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB196200150-
CMYK0.0200.250.22
HSL64.8º31.25%68.63%-
HSV(B)64.8º25%78.43%-
XYZ48.9255.2536.94-
YUV193.1103.67130.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=35.90%
G=36.63%
B=27.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1962001500.0200.250.2264.831.2568.63
HexC4C896201916411f45
Octal30431022620312610137105
Binary11000100110010001001011010011001101101000001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C896; }

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

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

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

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

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

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

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

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