#C9D876

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

Shades of Deco #C9D876

Tints of Deco #C9D876

Color information

#C9D876 (or 0xC9D876) is unknown color: approx Deco. HEX triplet: C9, D8 and 76. RGB value is (201,216,118). Sum of RGB (Red+Green+Blue) = 201+216+118=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D876 is #362789. Grayscale: #C8C8C8. Windows color (decimal): -3549066 or 7788745. OLE color: 7788745.

HSL color Cylindrical-coordinate representation of color #C9D876: hue angle of 69.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9D876 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB201216118-
CMYK0.0700.450.15
HSL69.18º55.68%65.49%-
HSV(B)69.18º45.37%84.71%-
XYZ51.9162.8426.53-
YUV200.3481.53128.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=37.57%
G=40.37%
B=22.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012161180.0700.450.1569.1855.6865.49
HexC9D876702DF453841
Octal31133016670551710570101
Binary110010011101100011101101110101101111110001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D876; }

 p { color: rgb(201,216,118); }

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

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

 a { background-color: rgb(201,216,118); }

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

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

 span { border-color: rgb(201,216,118); }

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