#C4CD76

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

Shades of Deco #C4CD76

Tints of Deco #C4CD76

Color information

#C4CD76 (or 0xC4CD76) is unknown color: approx Deco. HEX triplet: C4, CD and 76. RGB value is (196,205,118). Sum of RGB (Red+Green+Blue) = 196+205+118=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD76 is #3B3289. Grayscale: #C0C0C0. Windows color (decimal): -3879562 or 7785924. OLE color: 7785924.

HSL color Cylindrical-coordinate representation of color #C4CD76: hue angle of 66.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4CD76 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB196205118-
CMYK0.0400.420.20
HSL66.21º46.52%63.33%-
HSV(B)66.21º42.44%80.39%-
XYZ47.8756.7125.56-
YUV192.3986.02130.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=37.76%
G=39.50%
B=22.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051180.0400.420.2066.2146.5263.33
HexC4CD76402A14422f3f
Octal3043151664052241025777
Binary110001001100110111101101000101010101001000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD76; }

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

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

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

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

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

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

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

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