#A9C182

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

Shades of Caper #A9C182

Tints of Caper #A9C182

Color information

#A9C182 (or 0xA9C182) is unknown color: approx Caper. HEX triplet: A9, C1 and 82. RGB value is (169,193,130). Sum of RGB (Red+Green+Blue) = 169+193+130=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C182 is #563E7D. Grayscale: #B2B2B2. Windows color (decimal): -5652094 or 8569257. OLE color: 8569257.

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

Color convert

RGB169193130-
CMYK0.1200.330.24
HSL82.86º33.69%63.33%-
HSV(B)82.86º32.64%75.69%-
XYZ39.4648.1928.34-
YUV178.64100.55121.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=34.35%
G=39.23%
B=26.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931300.1200.330.2482.8633.6963.33
HexA9C182C0211853223f
Octal25130120214041301234277
Binary10101001110000011000001011000100001110001010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C182; }

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

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

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

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

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

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

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

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