#A8C485

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

Shades of Caper #A8C485

Tints of Caper #A8C485

Color information

#A8C485 (or 0xA8C485) is unknown color: approx Caper. HEX triplet: A8, C4 and 85. RGB value is (168,196,133). Sum of RGB (Red+Green+Blue) = 168+196+133=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C485 is #573B7A. Grayscale: #B4B4B4. Windows color (decimal): -5716859 or 8766632. OLE color: 8766632.

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

Color convert

RGB168196133-
CMYK0.1400.320.23
HSL86.67º34.81%64.51%-
HSV(B)86.67º32.14%76.86%-
XYZ40.1249.529.63-
YUV180.45101.22119.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=33.80%
G=39.44%
B=26.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681961330.1400.320.2386.6734.8164.51
HexA8C485E02017572341
Octal250304205160402712743101
Binary101010001100010010000101111001000001011110101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C485; }

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

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

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

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

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

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

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

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