#A9BD76

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

Shades of Caper #A9BD76

Tints of Caper #A9BD76

Color information

#A9BD76 (or 0xA9BD76) is unknown color: approx Caper. HEX triplet: A9, BD and 76. RGB value is (169,189,118). Sum of RGB (Red+Green+Blue) = 169+189+118=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD76 is #564289. Grayscale: #AFAFAF. Windows color (decimal): -5653130 or 7781801. OLE color: 7781801.

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

Color convert

RGB169189118-
CMYK0.1100.380.26
HSL76.9º34.98%60.2%-
HSV(B)76.9º37.57%74.12%-
XYZ37.8346.1424.05-
YUV174.9395.87123.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=35.50%
G=39.71%
B=24.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891180.1100.380.2676.934.9860.2
HexA9BD76B0261A4d233c
Octal25127516613046321154374
Binary1010100110111101111011010110100110110101001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD76; }

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

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

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

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

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

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

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

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