#A9BC82

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

Shades of Caper #A9BC82

Tints of Caper #A9BC82

Color information

#A9BC82 (or 0xA9BC82) is unknown color: approx Caper. HEX triplet: A9, BC and 82. RGB value is (169,188,130). Sum of RGB (Red+Green+Blue) = 169+188+130=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC82 is #56437D. Grayscale: #AFAFAF. Windows color (decimal): -5653374 or 8567977. OLE color: 8567977.

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

Color convert

RGB169188130-
CMYK0.1000.310.26
HSL79.66º30.21%62.35%-
HSV(B)79.66º30.85%73.73%-
XYZ38.3746.0127.98-
YUV175.71102.21123.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=34.70%
G=38.60%
B=26.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881300.1000.310.2679.6630.2162.35
HexA9BC82A01F1A501e3e
Octal25127420212037321203676
Binary101010011011110010000010101001111111010101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC82; }

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

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

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

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

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

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

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

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