#C5C696

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

Shades of Green Mist #C5C696

Tints of Green Mist #C5C696

Color information

#C5C696 (or 0xC5C696) is unknown color: approx Green Mist. HEX triplet: C5, C6 and 96. RGB value is (197,198,150). Sum of RGB (Red+Green+Blue) = 197+198+150=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C696 is #3A3969. Grayscale: #C0C0C0. Windows color (decimal): -3815786 or 9881285. OLE color: 9881285.

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

Color convert

RGB197198150-
CMYK0.0100.240.22
HSL61.25º29.63%68.24%-
HSV(B)61.25º24.24%77.65%-
XYZ48.7354.4636.8-
YUV192.23104.17131.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=36.15%
G=36.33%
B=27.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971981500.0100.240.2261.2529.6368.24
HexC5C6961018163d1e44
Octal3053062261030267536104
Binary110001011100011010010110101100010110111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C696; }

 p { color: rgb(197,198,150); }

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

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

 a { background-color: rgb(197,198,150); }

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

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

 span { border-color: rgb(197,198,150); }

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