#A9BD82

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

Shades of Caper #A9BD82

Tints of Caper #A9BD82

Color information

#A9BD82 (or 0xA9BD82) is unknown color: approx Caper. HEX triplet: A9, BD and 82. RGB value is (169,189,130). Sum of RGB (Red+Green+Blue) = 169+189+130=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD82 is #56427D. Grayscale: #B0B0B0. Windows color (decimal): -5653118 or 8568233. OLE color: 8568233.

HSL color Cylindrical-coordinate representation of color #A9BD82: hue angle of 80.34º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9BD82 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB169189130-
CMYK0.1100.310.26
HSL80.34º30.89%62.55%-
HSV(B)80.34º31.22%74.12%-
XYZ38.5946.4428.05-
YUV176.29101.87122.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=34.63%
G=38.73%
B=26.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891300.1100.310.2680.3430.8962.55
HexA9BD82B01F1A501f3f
Octal25127520213037321203777
Binary101010011011110110000010101101111111010101000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD82; }

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

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

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

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

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

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

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

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