#A9B96D

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

Shades of Caper #A9B96D

Tints of Caper #A9B96D

Color information

#A9B96D (or 0xA9B96D) is unknown color: approx Caper. HEX triplet: A9, B9 and 6D. RGB value is (169,185,109). Sum of RGB (Red+Green+Blue) = 169+185+109=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B96D is #564692. Grayscale: #ABABAB. Windows color (decimal): -5654163 or 7190953. OLE color: 7190953.

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

Color convert

RGB169185109-
CMYK0.0900.410.27
HSL72.63º35.19%57.65%-
HSV(B)72.63º41.08%72.55%-
XYZ36.4744.2421.08-
YUV171.5592.7126.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=36.50%
G=39.96%
B=23.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851090.0900.410.2772.6335.1957.65
HexA9B96D90291B49233a
Octal25127115511051331114372
Binary1010100110111001110110110010101001110111001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B96D; }

 p { color: rgb(169,185,109); }

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

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

 a { background-color: rgb(169,185,109); }

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

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

 span { border-color: rgb(169,185,109); }

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