#A6C47A

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

Shades of Caper #A6C47A

Tints of Caper #A6C47A

Color information

#A6C47A (or 0xA6C47A) is unknown color: approx Caper. HEX triplet: A6, C4 and 7A. RGB value is (166,196,122). Sum of RGB (Red+Green+Blue) = 166+196+122=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C47A is #593B85. Grayscale: #B2B2B2. Windows color (decimal): -5847942 or 8045734. OLE color: 8045734.

HSL color Cylindrical-coordinate representation of color #A6C47A: hue angle of 84.32º 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 #A6C47A is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB166196122-
CMYK0.1500.380.23
HSL84.32º38.54%62.35%-
HSV(B)84.32º37.76%76.86%-
XYZ38.9848.9925.81-
YUV178.5996.06119.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 122 (48.05% from 255) = 25.21%
R=34.30%
G=40.50%
B=25.21%

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
Decimal1661961220.1500.380.2384.3238.5462.35
HexA6C47AF0261754273e
Octal24630417217046271244776
Binary1010011011000100111101011110100110101111010100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C47A; }

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

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

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

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

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

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

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

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