#C5D37A

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

Shades of Deco #C5D37A

Tints of Deco #C5D37A

Color information

#C5D37A (or 0xC5D37A) is unknown color: approx Deco. HEX triplet: C5, D3 and 7A. RGB value is (197,211,122). Sum of RGB (Red+Green+Blue) = 197+211+122=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D37A is #3A2C85. Grayscale: #C5C5C5. Windows color (decimal): -3812486 or 8049605. OLE color: 8049605.

HSL color Cylindrical-coordinate representation of color #C5D37A: hue angle of 69.44º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D37A is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB197211122-
CMYK0.0700.420.17
HSL69.44º50.28%65.29%-
HSV(B)69.44º42.18%82.75%-
XYZ49.8359.8627.34-
YUV196.6785.86128.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=37.17%
G=39.81%
B=23.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111220.0700.420.1769.4450.2865.29
HexC5D37A702A11453241
Octal30532317270522110562101
Binary1100010111010011111101011101010101000110001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D37A; }

 p { color: rgb(197,211,122); }

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

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

 a { background-color: rgb(197,211,122); }

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

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

 span { border-color: rgb(197,211,122); }

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