#A4B882

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

Shades of Caper #A4B882

Tints of Caper #A4B882

Color information

#A4B882 (or 0xA4B882) is unknown color: approx Caper. HEX triplet: A4, B8 and 82. RGB value is (164,184,130). Sum of RGB (Red+Green+Blue) = 164+184+130=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B882 is #5B477D. Grayscale: #ACACAC. Windows color (decimal): -5982078 or 8566948. OLE color: 8566948.

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

Color convert

RGB164184130-
CMYK0.1100.290.28
HSL82.22º27.55%61.57%-
HSV(B)82.22º29.35%72.16%-
XYZ36.4843.7927.65-
YUV171.86104.37122.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=34.31%
G=38.49%
B=27.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841300.1100.290.2882.2227.5561.57
HexA4B882B01D1C521c3e
Octal24427020213035341223476
Binary101001001011100010000010101101110111100101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B882; }

 p { color: rgb(164,184,130); }

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

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

 a { background-color: rgb(164,184,130); }

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

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

 span { border-color: rgb(164,184,130); }

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