#A4BA80

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

Shades of Caper #A4BA80

Tints of Caper #A4BA80

Color information

#A4BA80 (or 0xA4BA80) is unknown color: approx Caper. HEX triplet: A4, BA and 80. RGB value is (164,186,128). Sum of RGB (Red+Green+Blue) = 164+186+128=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA80 is #5B457F. Grayscale: #ADADAD. Windows color (decimal): -5981568 or 8436388. OLE color: 8436388.

HSL color Cylindrical-coordinate representation of color #A4BA80: hue angle of 82.76º degrees, saturation: 0.3, 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 #A4BA80 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB164186128-
CMYK0.1200.310.27
HSL82.76º29.59%61.57%-
HSV(B)82.76º31.18%72.94%-
XYZ36.7744.5727.09-
YUV172.81102.71121.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=34.31%
G=38.91%
B=26.78%

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
Decimal1641861280.1200.310.2782.7629.5961.57
HexA4BA80C01F1B531e3e
Octal24427220014037331233676
Binary101001001011101010000000110001111111011101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA80; }

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

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

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

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

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

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

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

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