#A9BE7C

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

Shades of Caper #A9BE7C

Tints of Caper #A9BE7C

Color information

#A9BE7C (or 0xA9BE7C) is unknown color: approx Caper. HEX triplet: A9, BE and 7C. RGB value is (169,190,124). Sum of RGB (Red+Green+Blue) = 169+190+124=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE7C is #564183. Grayscale: #B0B0B0. Windows color (decimal): -5652868 or 8175273. OLE color: 8175273.

HSL color Cylindrical-coordinate representation of color #A9BE7C: hue angle of 79.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9BE7C is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB169190124-
CMYK0.1100.350.25
HSL79.09º33.67%61.57%-
HSV(B)79.09º34.74%74.51%-
XYZ38.4146.7226.06-
YUV176.298.54122.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=34.99%
G=39.34%
B=25.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901240.1100.350.2579.0933.6761.57
HexA9BE7CB023194f223e
Octal25127617413043311174276
Binary1010100110111110111110010110100011110011001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE7C; }

 p { color: rgb(169,190,124); }

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

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

 a { background-color: rgb(169,190,124); }

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

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

 span { border-color: rgb(169,190,124); }

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