#C5CD76

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

Shades of Deco #C5CD76

Tints of Deco #C5CD76

Color information

#C5CD76 (or 0xC5CD76) is unknown color: approx Deco. HEX triplet: C5, CD and 76. RGB value is (197,205,118). Sum of RGB (Red+Green+Blue) = 197+205+118=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD76 is #3A3289. Grayscale: #C1C1C1. Windows color (decimal): -3814026 or 7785925. OLE color: 7785925.

HSL color Cylindrical-coordinate representation of color #C5CD76: hue angle of 65.52º 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 #C5CD76 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB197205118-
CMYK0.0400.420.20
HSL65.52º46.52%63.33%-
HSV(B)65.52º42.44%80.39%-
XYZ48.1356.8425.57-
YUV192.6985.85131.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=37.88%
G=39.42%
B=22.69%

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
Decimal1972051180.0400.420.2065.5246.5263.33
HexC5CD76402A14422f3f
Octal3053151664052241025777
Binary110001011100110111101101000101010101001000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD76; }

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

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

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

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

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

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

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

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