#C5CA9E

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

Shades of Green Mist #C5CA9E

Tints of Green Mist #C5CA9E

Color information

#C5CA9E (or 0xC5CA9E) is unknown color: approx Green Mist. HEX triplet: C5, CA and 9E. RGB value is (197,202,158). Sum of RGB (Red+Green+Blue) = 197+202+158=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA9E is #3A3561. Grayscale: #C3C3C3. Windows color (decimal): -3814754 or 10406597. OLE color: 10406597.

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

Color convert

RGB197202158-
CMYK0.0200.220.21
HSL66.82º29.33%70.59%-
HSV(B)66.82º21.78%79.22%-
XYZ50.3256.5840.62-
YUV195.49106.84129.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=35.37%
G=36.27%
B=28.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021580.0200.220.2166.8229.3370.59
HexC5CA9E201615431d47
Octal30531223620262510335107
Binary11000101110010101001111010010110101011000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA9E; }

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

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

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

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

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

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

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

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