#A5C380

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

Shades of Caper #A5C380

Tints of Caper #A5C380

Color information

#A5C380 (or 0xA5C380) is unknown color: approx Caper. HEX triplet: A5, C3 and 80. RGB value is (165,195,128). Sum of RGB (Red+Green+Blue) = 165+195+128=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C380 is #5A3C7F. Grayscale: #B2B2B2. Windows color (decimal): -5913728 or 8438693. OLE color: 8438693.

HSL color Cylindrical-coordinate representation of color #A5C380: hue angle of 86.87º degrees, saturation: 0.36, 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 #A5C380 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB165195128-
CMYK0.1500.340.24
HSL86.87º35.83%63.33%-
HSV(B)86.87º34.36%76.47%-
XYZ38.9348.5927.75-
YUV178.3999.56118.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=33.81%
G=39.96%
B=26.23%

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
Decimal1651951280.1500.340.2486.8735.8363.33
HexA5C380F0221857243f
Octal24530320017042301274477
Binary10100101110000111000000011110100010110001010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C380; }

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

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

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

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

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

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

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

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