#C5CAA0

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

Shades of Green Mist #C5CAA0

Tints of Green Mist #C5CAA0

Color information

#C5CAA0 (or 0xC5CAA0) is unknown color: approx Green Mist. HEX triplet: C5, CA and A0. RGB value is (197,202,160). Sum of RGB (Red+Green+Blue) = 197+202+160=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAA0 is #3A355F. Grayscale: #C3C3C3. Windows color (decimal): -3814752 or 10537669. OLE color: 10537669.

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

Color convert

RGB197202160-
CMYK0.0200.210.21
HSL67.14º28.38%70.98%-
HSV(B)67.14º20.79%79.22%-
XYZ50.4956.6541.53-
YUV195.72107.84128.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=35.24%
G=36.14%
B=28.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021600.0200.210.2167.1428.3870.98
HexC5CAA0201515431c47
Octal30531224020252510334107
Binary11000101110010101010000010010101101011000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAA0; }

 p { color: rgb(197,202,160); }

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

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

 a { background-color: rgb(197,202,160); }

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

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

 span { border-color: rgb(197,202,160); }

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