#C5C98D

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

Shades of Green Mist #C5C98D

Tints of Green Mist #C5C98D

Color information

#C5C98D (or 0xC5C98D) is unknown color: approx Green Mist. HEX triplet: C5, C9 and 8D. RGB value is (197,201,141). Sum of RGB (Red+Green+Blue) = 197+201+141=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C98D is #3A3672. Grayscale: #C1C1C1. Windows color (decimal): -3815027 or 9292229. OLE color: 9292229.

HSL color Cylindrical-coordinate representation of color #C5C98D: hue angle of 64º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C98D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB197201141-
CMYK0.0200.300.21
HSL64º35.71%67.06%-
HSV(B)64º29.85%78.82%-
XYZ48.7255.5733.36-
YUV192.9698.67130.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=36.55%
G=37.29%
B=26.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972011410.0200.300.216435.7167.06
HexC5C98D201E15402443
Octal30531121520362510044103
Binary110001011100100110001101100111101010110000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C98D; }

 p { color: rgb(197,201,141); }

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

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

 a { background-color: rgb(197,201,141); }

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

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

 span { border-color: rgb(197,201,141); }

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