#C9CDA0

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

Shades of Green Mist #C9CDA0

Tints of Green Mist #C9CDA0

Color information

#C9CDA0 (or 0xC9CDA0) is unknown color: approx Green Mist. HEX triplet: C9, CD and A0. RGB value is (201,205,160). Sum of RGB (Red+Green+Blue) = 201+205+160=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CDA0 is #36325F. Grayscale: #C6C6C6. Windows color (decimal): -3551840 or 10538441. OLE color: 10538441.

HSL color Cylindrical-coordinate representation of color #C9CDA0: hue angle of 65.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9CDA0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB201205160-
CMYK0.0200.220.20
HSL65.33º31.03%71.57%-
HSV(B)65.33º21.95%80.39%-
XYZ52.2658.6241.82-
YUV198.67106.17129.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 160 (62.89% from 255) = 28.27%
R=35.51%
G=36.22%
B=28.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051600.0200.220.2065.3331.0371.57
HexC9CDA0201614411f48
Octal31131524020262410137110
Binary11001001110011011010000010010110101001000001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDA0; }

 p { color: rgb(201,205,160); }

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

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

 a { background-color: rgb(201,205,160); }

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

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

 span { border-color: rgb(201,205,160); }

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