#A9C071

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

Shades of Caper #A9C071

Tints of Caper #A9C071

Color information

#A9C071 (or 0xA9C071) is unknown color: approx Caper. HEX triplet: A9, C0 and 71. RGB value is (169,192,113). Sum of RGB (Red+Green+Blue) = 169+192+113=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C071 is #563F8E. Grayscale: #B0B0B0. Windows color (decimal): -5652367 or 7454889. OLE color: 7454889.

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

Color convert

RGB169192113-
CMYK0.1200.410.25
HSL77.47º38.54%59.8%-
HSV(B)77.47º41.15%75.29%-
XYZ38.1947.3322.74-
YUV176.1292.38122.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=35.65%
G=40.51%
B=23.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921130.1200.410.2577.4738.5459.8
HexA9C071C029194d273c
Octal25130016114051311154774
Binary1010100111000000111000111000101001110011001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C071; }

 p { color: rgb(169,192,113); }

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

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

 a { background-color: rgb(169,192,113); }

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

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

 span { border-color: rgb(169,192,113); }

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