#C5C38C

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

Shades of Green Mist #C5C38C

Tints of Green Mist #C5C38C

Color information

#C5C38C (or 0xC5C38C) is unknown color: approx Green Mist. HEX triplet: C5, C3 and 8C. RGB value is (197,195,140). Sum of RGB (Red+Green+Blue) = 197+195+140=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C38C is #3A3C73. Grayscale: #BDBDBD. Windows color (decimal): -3816564 or 9225157. OLE color: 9225157.

HSL color Cylindrical-coordinate representation of color #C5C38C: hue angle of 57.89º 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 #C5C38C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197195140-
CMYK00.010.290.23
HSL57.89º32.95%66.08%-
HSV(B)57.89º28.93%77.25%-
XYZ47.2752.7932.51-
YUV189.33100.16133.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=37.03%
G=36.65%
B=26.32%

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
Decimal19719514000.010.290.2357.8932.9566.08
HexC5C38C011D173a2142
Octal3053032140135277241102
Binary1100010111000011100011000111101101111110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C38C; }

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

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

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

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

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

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

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

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