#A6BE7E

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

Shades of Caper #A6BE7E

Tints of Caper #A6BE7E

Color information

#A6BE7E (or 0xA6BE7E) is unknown color: approx Caper. HEX triplet: A6, BE and 7E. RGB value is (166,190,126). Sum of RGB (Red+Green+Blue) = 166+190+126=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7E is #594181. Grayscale: #AFAFAF. Windows color (decimal): -5849474 or 8306342. OLE color: 8306342.

HSL color Cylindrical-coordinate representation of color #A6BE7E: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BE7E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB166190126-
CMYK0.1300.340.25
HSL82.5º32.99%61.96%-
HSV(B)82.5º33.68%74.51%-
XYZ37.9146.4426.7-
YUV175.53100.05121.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=34.44%
G=39.42%
B=26.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901260.1300.340.2582.532.9961.96
HexA6BE7ED0221952213e
Octal24627617615042311224176
Binary1010011010111110111111011010100010110011010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE7E; }

 p { color: rgb(166,190,126); }

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

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

 a { background-color: rgb(166,190,126); }

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

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

 span { border-color: rgb(166,190,126); }

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