#A9C384

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

Shades of Caper #A9C384

Tints of Caper #A9C384

Color information

#A9C384 (or 0xA9C384) is unknown color: approx Caper. HEX triplet: A9, C3 and 84. RGB value is (169,195,132). Sum of RGB (Red+Green+Blue) = 169+195+132=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C384 is #563C7B. Grayscale: #B4B4B4. Windows color (decimal): -5651580 or 8700841. OLE color: 8700841.

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

Color convert

RGB169195132-
CMYK0.1300.320.24
HSL84.76º34.43%64.12%-
HSV(B)84.76º32.31%76.47%-
XYZ40.0449.1329.2-
YUV180.04100.89120.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=34.07%
G=39.31%
B=26.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951320.1300.320.2484.7634.4364.12
HexA9C384D02018552240
Octal251303204150403012542100
Binary101010011100001110000100110101000001100010101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C384; }

 p { color: rgb(169,195,132); }

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

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

 a { background-color: rgb(169,195,132); }

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

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

 span { border-color: rgb(169,195,132); }

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