#A9BF80

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

Shades of Caper #A9BF80

Tints of Caper #A9BF80

Color information

#A9BF80 (or 0xA9BF80) is unknown color: approx Caper. HEX triplet: A9, BF and 80. RGB value is (169,191,128). Sum of RGB (Red+Green+Blue) = 169+191+128=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF80 is #56407F. Grayscale: #B1B1B1. Windows color (decimal): -5652608 or 8437673. OLE color: 8437673.

HSL color Cylindrical-coordinate representation of color #A9BF80: hue angle of 80.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BF80 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB169191128-
CMYK0.1200.330.25
HSL80.95º32.98%62.55%-
HSV(B)80.95º32.98%74.9%-
XYZ38.8947.2627.49-
YUV177.24100.21122.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=34.63%
G=39.14%
B=26.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911280.1200.330.2580.9532.9862.55
HexA9BF80C0211951213f
Octal25127720014041311214177
Binary10101001101111111000000011000100001110011010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF80; }

 p { color: rgb(169,191,128); }

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

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

 a { background-color: rgb(169,191,128); }

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

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

 span { border-color: rgb(169,191,128); }

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