#A8C382

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

Shades of Caper #A8C382

Tints of Caper #A8C382

Color information

#A8C382 (or 0xA8C382) is unknown color: approx Caper. HEX triplet: A8, C3 and 82. RGB value is (168,195,130). Sum of RGB (Red+Green+Blue) = 168+195+130=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C382 is #573C7D. Grayscale: #B3B3B3. Windows color (decimal): -5717118 or 8569768. OLE color: 8569768.

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

Color convert

RGB168195130-
CMYK0.1400.330.24
HSL84.92º35.14%63.73%-
HSV(B)84.92º33.33%76.47%-
XYZ39.6948.9728.48-
YUV179.52100.05119.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=34.08%
G=39.55%
B=26.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681951300.1400.330.2484.9235.1463.73
HexA8C382E02118552340
Octal250303202160413012543100
Binary101010001100001110000010111001000011100010101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C382; }

 p { color: rgb(168,195,130); }

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

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

 a { background-color: rgb(168,195,130); }

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

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

 span { border-color: rgb(168,195,130); }

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