#A9BA6F

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

Shades of Caper #A9BA6F

Tints of Caper #A9BA6F

Color information

#A9BA6F (or 0xA9BA6F) is unknown color: approx Caper. HEX triplet: A9, BA and 6F. RGB value is (169,186,111). Sum of RGB (Red+Green+Blue) = 169+186+111=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA6F is #564590. Grayscale: #ACACAC. Windows color (decimal): -5653905 or 7322281. OLE color: 7322281.

HSL color Cylindrical-coordinate representation of color #A9BA6F: hue angle of 73.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9BA6F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB169186111-
CMYK0.0900.400.27
HSL73.6º35.21%58.24%-
HSV(B)73.6º40.32%72.94%-
XYZ36.7944.721.73-
YUV172.3793.37125.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=36.27%
G=39.91%
B=23.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861110.0900.400.2773.635.2158.24
HexA9BA6F90281B4a233a
Octal25127215711050331124372
Binary1010100110111010110111110010101000110111001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA6F; }

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

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

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

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

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

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

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

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