#A9BF86

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

Shades of Caper #A9BF86

Tints of Caper #A9BF86

Color information

#A9BF86 (or 0xA9BF86) is unknown color: approx Caper. HEX triplet: A9, BF and 86. RGB value is (169,191,134). Sum of RGB (Red+Green+Blue) = 169+191+134=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF86 is #564079. Grayscale: #B2B2B2. Windows color (decimal): -5652602 or 8830889. OLE color: 8830889.

HSL color Cylindrical-coordinate representation of color #A9BF86: hue angle of 83.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9BF86 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB169191134-
CMYK0.1200.300.25
HSL83.16º30.81%63.73%-
HSV(B)83.16º29.84%74.9%-
XYZ39.347.4229.64-
YUV177.92103.21121.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=34.21%
G=38.66%
B=27.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911340.1200.300.2583.1630.8163.73
HexA9BF86C01E19531f40
Octal251277206140363112337100
Binary1010100110111111100001101100011110110011010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF86; }

 p { color: rgb(169,191,134); }

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

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

 a { background-color: rgb(169,191,134); }

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

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

 span { border-color: rgb(169,191,134); }

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