#A6C479

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

Shades of Caper #A6C479

Tints of Caper #A6C479

Color information

#A6C479 (or 0xA6C479) is unknown color: approx Caper. HEX triplet: A6, C4 and 79. RGB value is (166,196,121). Sum of RGB (Red+Green+Blue) = 166+196+121=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C479 is #593B86. Grayscale: #B2B2B2. Windows color (decimal): -5847943 or 7980198. OLE color: 7980198.

HSL color Cylindrical-coordinate representation of color #A6C479: hue angle of 84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6C479 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB166196121-
CMYK0.1500.380.23
HSL84º38.86%62.16%-
HSV(B)84º38.27%76.86%-
XYZ38.9248.9725.49-
YUV178.4895.56119.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=34.37%
G=40.58%
B=25.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961210.1500.380.238438.8662.16
HexA6C479F0261754273e
Octal24630417117046271244776
Binary1010011011000100111100111110100110101111010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C479; }

 p { color: rgb(166,196,121); }

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

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

 a { background-color: rgb(166,196,121); }

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

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

 span { border-color: rgb(166,196,121); }

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