#C5C48C

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

Shades of Green Mist #C5C48C

Tints of Green Mist #C5C48C

Color information

#C5C48C (or 0xC5C48C) is unknown color: approx Green Mist. HEX triplet: C5, C4 and 8C. RGB value is (197,196,140). Sum of RGB (Red+Green+Blue) = 197+196+140=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C48C is #3A3B73. Grayscale: #BEBEBE. Windows color (decimal): -3816308 or 9225413. OLE color: 9225413.

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

Color convert

RGB197196140-
CMYK00.010.290.23
HSL58.95º32.95%66.08%-
HSV(B)58.95º28.93%77.25%-
XYZ47.553.2432.58-
YUV189.9299.83133.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=36.96%
G=36.77%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719614000.010.290.2358.9532.9566.08
HexC5C48C011D173b2142
Octal3053042140135277341102
Binary1100010111000100100011000111101101111110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C48C; }

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

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

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

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

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

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

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

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