#C5D87A

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

Shades of Deco #C5D87A

Tints of Deco #C5D87A

Color information

#C5D87A (or 0xC5D87A) is unknown color: approx Deco. HEX triplet: C5, D8 and 7A. RGB value is (197,216,122). Sum of RGB (Red+Green+Blue) = 197+216+122=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D87A is #3A2785. Grayscale: #C7C7C7. Windows color (decimal): -3811206 or 8050885. OLE color: 8050885.

HSL color Cylindrical-coordinate representation of color #C5D87A: hue angle of 72.13º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5D87A is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB197216122-
CMYK0.0900.440.15
HSL72.13º54.65%66.27%-
HSV(B)72.13º43.52%84.71%-
XYZ51.0962.3927.76-
YUV199.684.21126.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=36.82%
G=40.37%
B=22.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972161220.0900.440.1572.1354.6566.27
HexC5D87A902CF483742
Octal305330172110541711067102
Binary1100010111011000111101010010101100111110010001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D87A; }

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

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

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

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

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

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

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

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