#A5BA83

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

Shades of Caper #A5BA83

Tints of Caper #A5BA83

Color information

#A5BA83 (or 0xA5BA83) is unknown color: approx Caper. HEX triplet: A5, BA and 83. RGB value is (165,186,131). Sum of RGB (Red+Green+Blue) = 165+186+131=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA83 is #5A457C. Grayscale: #ADADAD. Windows color (decimal): -5916029 or 8632997. OLE color: 8632997.

HSL color Cylindrical-coordinate representation of color #A5BA83: hue angle of 82.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BA83 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB165186131-
CMYK0.1100.300.27
HSL82.91º28.5%62.16%-
HSV(B)82.91º29.57%72.94%-
XYZ37.1744.7628.15-
YUV173.45104.04121.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=34.23%
G=38.59%
B=27.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861310.1100.300.2782.9128.562.16
HexA5BA83B01E1B531c3e
Octal24527220313036331233476
Binary101001011011101010000011101101111011011101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA83; }

 p { color: rgb(165,186,131); }

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

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

 a { background-color: rgb(165,186,131); }

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

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

 span { border-color: rgb(165,186,131); }

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