#C9CA9F

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

Shades of Green Mist #C9CA9F

Tints of Green Mist #C9CA9F

Color information

#C9CA9F (or 0xC9CA9F) is unknown color: approx Green Mist. HEX triplet: C9, CA and 9F. RGB value is (201,202,159). Sum of RGB (Red+Green+Blue) = 201+202+159=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA9F is #363560. Grayscale: #C4C4C4. Windows color (decimal): -3552609 or 10472137. OLE color: 10472137.

HSL color Cylindrical-coordinate representation of color #C9CA9F: hue angle of 61.4º degrees, saturation: 0.29, 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 #C9CA9F is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201202159-
CMYK0.0000.210.21
HSL61.4º28.86%70.78%-
HSV(B)61.4º21.29%79.22%-
XYZ51.4757.1641.12-
YUV196.8106.67131-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=35.77%
G=35.94%
B=28.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021590.0000.210.2161.428.8670.78
HexC9CA9F0015153d1d47
Octal3113122370025257535107
Binary110010011100101010011111001010110101111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CA9F; }

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

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

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

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

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

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

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

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