#C5C48E

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

Shades of Green Mist #C5C48E

Tints of Green Mist #C5C48E

Color information

#C5C48E (or 0xC5C48E) is unknown color: approx Green Mist. HEX triplet: C5, C4 and 8E. RGB value is (197,196,142). Sum of RGB (Red+Green+Blue) = 197+196+142=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C48E is #3A3B71. Grayscale: #BEBEBE. Windows color (decimal): -3816306 or 9356485. OLE color: 9356485.

HSL color Cylindrical-coordinate representation of color #C5C48E: hue angle of 58.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5C48E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197196142-
CMYK00.010.280.23
HSL58.91º32.16%66.47%-
HSV(B)58.91º27.92%77.25%-
XYZ47.6553.333.37-
YUV190.14100.83132.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=36.82%
G=36.64%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719614200.010.280.2358.9132.1666.47
HexC5C48E011C173b2042
Octal3053042160134277340102
Binary1100010111000100100011100111100101111110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C48E; }

 p { color: rgb(197,196,142); }

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

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

 a { background-color: rgb(197,196,142); }

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

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

 span { border-color: rgb(197,196,142); }

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