#A8C481

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

Shades of Caper #A8C481

Tints of Caper #A8C481

Color information

#A8C481 (or 0xA8C481) is unknown color: approx Caper. HEX triplet: A8, C4 and 81. RGB value is (168,196,129). Sum of RGB (Red+Green+Blue) = 168+196+129=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C481 is #573B7E. Grayscale: #B4B4B4. Windows color (decimal): -5716863 or 8504488. OLE color: 8504488.

HSL color Cylindrical-coordinate representation of color #A8C481: hue angle of 85.07º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C481 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB168196129-
CMYK0.1400.340.23
HSL85.07º36.22%63.73%-
HSV(B)85.07º34.18%76.86%-
XYZ39.8549.3928.2-
YUV179.9999.22119.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=34.08%
G=39.76%
B=26.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681961290.1400.340.2385.0736.2263.73
HexA8C481E02217552440
Octal250304201160422712544100
Binary101010001100010010000001111001000101011110101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C481; }

 p { color: rgb(168,196,129); }

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

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

 a { background-color: rgb(168,196,129); }

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

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

 span { border-color: rgb(168,196,129); }

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