#A4B980

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

Shades of Caper #A4B980

Tints of Caper #A4B980

Color information

#A4B980 (or 0xA4B980) is unknown color: approx Caper. HEX triplet: A4, B9 and 80. RGB value is (164,185,128). Sum of RGB (Red+Green+Blue) = 164+185+128=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B980 is #5B467F. Grayscale: #ACACAC. Windows color (decimal): -5981824 or 8436132. OLE color: 8436132.

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

Color convert

RGB164185128-
CMYK0.1100.310.27
HSL82.11º28.93%61.37%-
HSV(B)82.11º30.81%72.55%-
XYZ36.5644.1527.02-
YUV172.22103.04122.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=34.38%
G=38.78%
B=26.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851280.1100.310.2782.1128.9361.37
HexA4B980B01F1B521d3d
Octal24427120013037331223575
Binary101001001011100110000000101101111111011101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B980; }

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

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

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

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

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

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

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

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