#C4D076

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

Shades of Deco #C4D076

Tints of Deco #C4D076

Color information

#C4D076 (or 0xC4D076) is unknown color: approx Deco. HEX triplet: C4, D0 and 76. RGB value is (196,208,118). Sum of RGB (Red+Green+Blue) = 196+208+118=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D076 is #3B2F89. Grayscale: #C2C2C2. Windows color (decimal): -3878794 or 7786692. OLE color: 7786692.

HSL color Cylindrical-coordinate representation of color #C4D076: hue angle of 68º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4D076 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB196208118-
CMYK0.0600.430.18
HSL68º48.91%63.92%-
HSV(B)68º43.27%81.57%-
XYZ48.5958.1625.8-
YUV194.1585.02129.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=37.55%
G=39.85%
B=22.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962081180.0600.430.186848.9163.92
HexC4D076602B12443140
Octal30432016660532210461100
Binary1100010011010000111011011001010111001010001001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D076; }

 p { color: rgb(196,208,118); }

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

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

 a { background-color: rgb(196,208,118); }

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

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

 span { border-color: rgb(196,208,118); }

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