#A9B782

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

Shades of Caper #A9B782

Tints of Caper #A9B782

Color information

#A9B782 (or 0xA9B782) is unknown color: approx Caper. HEX triplet: A9, B7 and 82. RGB value is (169,183,130). Sum of RGB (Red+Green+Blue) = 169+183+130=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B782 is #56487D. Grayscale: #ACACAC. Windows color (decimal): -5654654 or 8566697. OLE color: 8566697.

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

Color convert

RGB169183130-
CMYK0.0800.290.28
HSL75.85º26.9%61.37%-
HSV(B)75.85º28.96%71.76%-
XYZ37.3243.9127.63-
YUV172.77103.86125.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=35.06%
G=37.97%
B=26.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831300.0800.290.2875.8526.961.37
HexA9B782801D1C4c1b3d
Octal25126720210035341143375
Binary101010011011011110000010100001110111100100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B782; }

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

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

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

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

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

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

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

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