#A4B981

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

Shades of Caper #A4B981

Tints of Caper #A4B981

Color information

#A4B981 (or 0xA4B981) is unknown color: approx Caper. HEX triplet: A4, B9 and 81. RGB value is (164,185,129). Sum of RGB (Red+Green+Blue) = 164+185+129=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B981 is #5B467E. Grayscale: #ACACAC. Windows color (decimal): -5981823 or 8501668. OLE color: 8501668.

HSL color Cylindrical-coordinate representation of color #A4B981: hue angle of 82.5º degrees, saturation: 0.29, 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 #A4B981 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB164185129-
CMYK0.1100.300.27
HSL82.5º28.57%61.57%-
HSV(B)82.5º30.27%72.55%-
XYZ36.6244.1827.37-
YUV172.34103.54122.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=34.31%
G=38.70%
B=26.99%

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
Decimal1641851290.1100.300.2782.528.5761.57
HexA4B981B01E1B521d3e
Octal24427120113036331223576
Binary101001001011100110000001101101111011011101001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B981; }

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

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

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

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

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

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

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

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