#C5D37B

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

Shades of Deco #C5D37B

Tints of Deco #C5D37B

Color information

#C5D37B (or 0xC5D37B) is unknown color: approx Deco. HEX triplet: C5, D3 and 7B. RGB value is (197,211,123). Sum of RGB (Red+Green+Blue) = 197+211+123=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D37B is #3A2C84. Grayscale: #C5C5C5. Windows color (decimal): -3812485 or 8115141. OLE color: 8115141.

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

Color convert

RGB197211123-
CMYK0.0700.420.17
HSL69.55º50%65.49%-
HSV(B)69.55º41.71%82.75%-
XYZ49.959.8927.67-
YUV196.7886.36128.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 123 (48.44% from 255) = 23.16%
R=37.10%
G=39.74%
B=23.16%

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
Decimal1972111230.0700.420.1769.555065.49
HexC5D37B702A11463241
Octal30532317370522110662101
Binary1100010111010011111101111101010101000110001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D37B; }

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

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

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

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

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

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

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

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