#A5C180

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

Shades of Caper #A5C180

Tints of Caper #A5C180

Color information

#A5C180 (or 0xA5C180) is unknown color: approx Caper. HEX triplet: A5, C1 and 80. RGB value is (165,193,128). Sum of RGB (Red+Green+Blue) = 165+193+128=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C180 is #5A3E7F. Grayscale: #B1B1B1. Windows color (decimal): -5914240 or 8438181. OLE color: 8438181.

HSL color Cylindrical-coordinate representation of color #A5C180: hue angle of 85.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C180 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB165193128-
CMYK0.1500.340.24
HSL85.85º34.39%62.94%-
HSV(B)85.85º33.68%75.69%-
XYZ38.4847.727.6-
YUV177.22100.22119.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=33.95%
G=39.71%
B=26.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931280.1500.340.2485.8534.3962.94
HexA5C180F0221856223f
Octal24530120017042301264277
Binary10100101110000011000000011110100010110001010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C180; }

 p { color: rgb(165,193,128); }

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

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

 a { background-color: rgb(165,193,128); }

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

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

 span { border-color: rgb(165,193,128); }

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