#A4BA81

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

Shades of Caper #A4BA81

Tints of Caper #A4BA81

Color information

#A4BA81 (or 0xA4BA81) is unknown color: approx Caper. HEX triplet: A4, BA and 81. RGB value is (164,186,129). Sum of RGB (Red+Green+Blue) = 164+186+129=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA81 is #5B457E. Grayscale: #ADADAD. Windows color (decimal): -5981567 or 8501924. OLE color: 8501924.

HSL color Cylindrical-coordinate representation of color #A4BA81: hue angle of 83.16º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4BA81 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB164186129-
CMYK0.1200.310.27
HSL83.16º29.23%61.76%-
HSV(B)83.16º30.65%72.94%-
XYZ36.8344.627.44-
YUV172.92103.21121.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=34.24%
G=38.83%
B=26.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861290.1200.310.2783.1629.2361.76
HexA4BA81C01F1B531d3e
Octal24427220114037331233576
Binary101001001011101010000001110001111111011101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA81; }

 p { color: rgb(164,186,129); }

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

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

 a { background-color: rgb(164,186,129); }

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

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

 span { border-color: rgb(164,186,129); }

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