#A5C081

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

Shades of Caper #A5C081

Tints of Caper #A5C081

Color information

#A5C081 (or 0xA5C081) is unknown color: approx Caper. HEX triplet: A5, C0 and 81. RGB value is (165,192,129). Sum of RGB (Red+Green+Blue) = 165+192+129=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C081 is #5A3F7E. Grayscale: #B0B0B0. Windows color (decimal): -5914495 or 8503461. OLE color: 8503461.

HSL color Cylindrical-coordinate representation of color #A5C081: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C081 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB165192129-
CMYK0.1400.330.25
HSL85.71º33.33%62.94%-
HSV(B)85.71º32.81%75.29%-
XYZ38.3347.2827.88-
YUV176.74101.05119.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=33.95%
G=39.51%
B=26.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921290.1400.330.2585.7133.3362.94
HexA5C081E0211956213f
Octal24530020116041311264177
Binary10100101110000001000000111100100001110011010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C081; }

 p { color: rgb(165,192,129); }

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

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

 a { background-color: rgb(165,192,129); }

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

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

 span { border-color: rgb(165,192,129); }

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