#A9BF73

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

Shades of Caper #A9BF73

Tints of Caper #A9BF73

Color information

#A9BF73 (or 0xA9BF73) is unknown color: approx Caper. HEX triplet: A9, BF and 73. RGB value is (169,191,115). Sum of RGB (Red+Green+Blue) = 169+191+115=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF73 is #56408C. Grayscale: #B0B0B0. Windows color (decimal): -5652621 or 7585705. OLE color: 7585705.

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

Color convert

RGB169191115-
CMYK0.1200.400.25
HSL77.37º37.25%60%-
HSV(B)77.37º39.79%74.9%-
XYZ38.0946.9323.27-
YUV175.7693.71123.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=35.58%
G=40.21%
B=24.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911150.1200.400.2577.3737.2560
HexA9BF73C028194d253c
Octal25127716314050311154574
Binary1010100110111111111001111000101000110011001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF73; }

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

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

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

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

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

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

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

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