#A5C57C

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

Shades of Caper #A5C57C

Tints of Caper #A5C57C

Color information

#A5C57C (or 0xA5C57C) is unknown color: approx Caper. HEX triplet: A5, C5 and 7C. RGB value is (165,197,124). Sum of RGB (Red+Green+Blue) = 165+197+124=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C57C is #5A3A83. Grayscale: #B3B3B3. Windows color (decimal): -5913220 or 8177061. OLE color: 8177061.

HSL color Cylindrical-coordinate representation of color #A5C57C: hue angle of 86.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5C57C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB165197124-
CMYK0.1600.370.23
HSL86.3º38.62%62.94%-
HSV(B)86.3º37.06%77.25%-
XYZ39.1249.3926.54-
YUV179.1196.9117.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=33.95%
G=40.53%
B=25.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651971240.1600.370.2386.338.6262.94
HexA5C57C100251756273f
Octal24530517420045271264777
Binary10100101110001011111100100000100101101111010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C57C; }

 p { color: rgb(165,197,124); }

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

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

 a { background-color: rgb(165,197,124); }

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

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

 span { border-color: rgb(165,197,124); }

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