#A9B982

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

Shades of Caper #A9B982

Tints of Caper #A9B982

Color information

#A9B982 (or 0xA9B982) is unknown color: approx Caper. HEX triplet: A9, B9 and 82. RGB value is (169,185,130). Sum of RGB (Red+Green+Blue) = 169+185+130=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B982 is #56467D. Grayscale: #AEAEAE. Windows color (decimal): -5654142 or 8567209. OLE color: 8567209.

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

Color convert

RGB169185130-
CMYK0.0900.300.27
HSL77.45º28.21%61.76%-
HSV(B)77.45º29.73%72.55%-
XYZ37.7444.7427.77-
YUV173.95103.2124.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=34.92%
G=38.22%
B=26.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851300.0900.300.2777.4528.2161.76
HexA9B982901E1B4d1c3e
Octal25127120211036331153476
Binary101010011011100110000010100101111011011100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B982; }

 p { color: rgb(169,185,130); }

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

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

 a { background-color: rgb(169,185,130); }

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

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

 span { border-color: rgb(169,185,130); }

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