#A6BE7F

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

Shades of Caper #A6BE7F

Tints of Caper #A6BE7F

Color information

#A6BE7F (or 0xA6BE7F) is unknown color: approx Caper. HEX triplet: A6, BE and 7F. RGB value is (166,190,127). Sum of RGB (Red+Green+Blue) = 166+190+127=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7F is #594180. Grayscale: #AFAFAF. Windows color (decimal): -5849473 or 8371878. OLE color: 8371878.

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

Color convert

RGB166190127-
CMYK0.1300.330.25
HSL82.86º32.64%62.16%-
HSV(B)82.86º33.16%74.51%-
XYZ37.9746.4727.05-
YUV175.64100.55121.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 127 (50% from 255) = 26.29%
R=34.37%
G=39.34%
B=26.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901270.1300.330.2582.8632.6462.16
HexA6BE7FD0211953213e
Octal24627617715041311234176
Binary1010011010111110111111111010100001110011010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE7F; }

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

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

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

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

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

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

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

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