#A9BA76

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

Shades of Caper #A9BA76

Tints of Caper #A9BA76

Color information

#A9BA76 (or 0xA9BA76) is unknown color: approx Caper. HEX triplet: A9, BA and 76. RGB value is (169,186,118). Sum of RGB (Red+Green+Blue) = 169+186+118=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA76 is #564589. Grayscale: #ADADAD. Windows color (decimal): -5653898 or 7781033. OLE color: 7781033.

HSL color Cylindrical-coordinate representation of color #A9BA76: hue angle of 75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9BA76 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB169186118-
CMYK0.0900.370.27
HSL75º33.01%59.61%-
HSV(B)75º36.56%72.94%-
XYZ37.1944.8623.84-
YUV173.1696.87125.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=35.73%
G=39.32%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861180.0900.370.277533.0159.61
HexA9BA7690251B4b213c
Octal25127216611045331134174
Binary1010100110111010111011010010100101110111001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA76; }

 p { color: rgb(169,186,118); }

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

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

 a { background-color: rgb(169,186,118); }

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

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

 span { border-color: rgb(169,186,118); }

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