#C9CA9D

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

Shades of Green Mist #C9CA9D

Tints of Green Mist #C9CA9D

Color information

#C9CA9D (or 0xC9CA9D) is unknown color: approx Green Mist. HEX triplet: C9, CA and 9D. RGB value is (201,202,157). Sum of RGB (Red+Green+Blue) = 201+202+157=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA9D is #363562. Grayscale: #C4C4C4. Windows color (decimal): -3552611 or 10341065. OLE color: 10341065.

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

Color convert

RGB201202157-
CMYK0.0000.220.21
HSL61.33º29.8%70.39%-
HSV(B)61.33º22.28%79.22%-
XYZ51.2957.0940.21-
YUV196.57105.67131.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=35.89%
G=36.07%
B=28.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021570.0000.220.2161.3329.870.39
HexC9CA9D0016153d1e46
Octal3113122350026257536106
Binary110010011100101010011101001011010101111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CA9D; }

 p { color: rgb(201,202,157); }

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

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

 a { background-color: rgb(201,202,157); }

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

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

 span { border-color: rgb(201,202,157); }

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