#A9BC7E

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

Shades of Caper #A9BC7E

Tints of Caper #A9BC7E

Color information

#A9BC7E (or 0xA9BC7E) is unknown color: approx Caper. HEX triplet: A9, BC and 7E. RGB value is (169,188,126). Sum of RGB (Red+Green+Blue) = 169+188+126=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC7E is #564381. Grayscale: #AFAFAF. Windows color (decimal): -5653378 or 8305833. OLE color: 8305833.

HSL color Cylindrical-coordinate representation of color #A9BC7E: hue angle of 78.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BC7E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB169188126-
CMYK0.1000.330.26
HSL78.39º31.63%61.57%-
HSV(B)78.39º32.98%73.73%-
XYZ38.1145.9126.59-
YUV175.25100.21123.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=34.99%
G=38.92%
B=26.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881260.1000.330.2678.3931.6361.57
HexA9BC7EA0211A4e203e
Octal25127417612041321164076
Binary1010100110111100111111010100100001110101001110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC7E; }

 p { color: rgb(169,188,126); }

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

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

 a { background-color: rgb(169,188,126); }

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

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

 span { border-color: rgb(169,188,126); }

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