#A8C97C

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

Shades of Caper #A8C97C

Tints of Caper #A8C97C

Color information

#A8C97C (or 0xA8C97C) is unknown color: approx Caper. HEX triplet: A8, C9 and 7C. RGB value is (168,201,124). Sum of RGB (Red+Green+Blue) = 168+201+124=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C97C is #573683. Grayscale: #B6B6B6. Windows color (decimal): -5715588 or 8178088. OLE color: 8178088.

HSL color Cylindrical-coordinate representation of color #A8C97C: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C97C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB168201124-
CMYK0.1600.380.21
HSL85.71º41.62%63.73%-
HSV(B)85.71º38.31%78.82%-
XYZ40.6751.5526.88-
YUV182.3695.07117.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=34.08%
G=40.77%
B=25.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011240.1600.380.2185.7141.6263.73
HexA8C97C1002615562a40
Octal250311174200462512652100
Binary101010001100100111111001000001001101010110101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C97C; }

 p { color: rgb(168,201,124); }

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

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

 a { background-color: rgb(168,201,124); }

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

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

 span { border-color: rgb(168,201,124); }

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