#A6BE7C

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

Shades of Caper #A6BE7C

Tints of Caper #A6BE7C

Color information

#A6BE7C (or 0xA6BE7C) is unknown color: approx Caper. HEX triplet: A6, BE and 7C. RGB value is (166,190,124). Sum of RGB (Red+Green+Blue) = 166+190+124=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7C is #594183. Grayscale: #AFAFAF. Windows color (decimal): -5849476 or 8175270. OLE color: 8175270.

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

Color convert

RGB166190124-
CMYK0.1300.350.25
HSL81.82º33.67%61.57%-
HSV(B)81.82º34.74%74.51%-
XYZ37.7846.3926.03-
YUV175.399.05121.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=34.58%
G=39.58%
B=25.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901240.1300.350.2581.8233.6761.57
HexA6BE7CD0231952223e
Octal24627617415043311224276
Binary1010011010111110111110011010100011110011010010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE7C; }

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

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

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

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

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

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

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

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