#C9D474

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

Shades of Deco #C9D474

Tints of Deco #C9D474

Color information

#C9D474 (or 0xC9D474) is unknown color: approx Deco. HEX triplet: C9, D4 and 74. RGB value is (201,212,116). Sum of RGB (Red+Green+Blue) = 201+212+116=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D474 is #362B8B. Grayscale: #C6C6C6. Windows color (decimal): -3550092 or 7656649. OLE color: 7656649.

HSL color Cylindrical-coordinate representation of color #C9D474: hue angle of 66.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9D474 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB201212116-
CMYK0.0500.450.17
HSL66.88º52.75%64.31%-
HSV(B)66.88º45.28%83.14%-
XYZ50.7860.7725.58-
YUV197.7781.86130.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=38.00%
G=40.08%
B=21.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012121160.0500.450.1766.8852.7564.31
HexC9D474502D11433540
Octal31132416450552110365100
Binary1100100111010100111010010101011011000110000111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D474; }

 p { color: rgb(201,212,116); }

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

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

 a { background-color: rgb(201,212,116); }

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

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

 span { border-color: rgb(201,212,116); }

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