#C9DA8C

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

Shades of Deco #C9DA8C

Tints of Deco #C9DA8C

Color information

#C9DA8C (or 0xC9DA8C) is unknown color: approx Deco. HEX triplet: C9, DA and 8C. RGB value is (201,218,140). Sum of RGB (Red+Green+Blue) = 201+218+140=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DA8C is #362573. Grayscale: #CCCCCC. Windows color (decimal): -3548532 or 9231049. OLE color: 9231049.

HSL color Cylindrical-coordinate representation of color #C9DA8C: hue angle of 73.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9DA8C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB201218140-
CMYK0.0800.360.15
HSL73.08º51.32%70.2%-
HSV(B)73.08º35.78%85.49%-
XYZ53.8964.4534.41-
YUV204.0291.87125.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=35.96%
G=39.00%
B=25.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181400.0800.360.1573.0851.3270.2
HexC9DA8C8024F493346
Octal311332214100441711163106
Binary11001001110110101000110010000100100111110010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DA8C; }

 p { color: rgb(201,218,140); }

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

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

 a { background-color: rgb(201,218,140); }

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

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

 span { border-color: rgb(201,218,140); }

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