#A6BE7B

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

Shades of Caper #A6BE7B

Tints of Caper #A6BE7B

Color information

#A6BE7B (or 0xA6BE7B) is unknown color: approx Caper. HEX triplet: A6, BE and 7B. RGB value is (166,190,123). Sum of RGB (Red+Green+Blue) = 166+190+123=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE7B is #594184. Grayscale: #AFAFAF. Windows color (decimal): -5849477 or 8109734. OLE color: 8109734.

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

Color convert

RGB166190123-
CMYK0.1300.350.25
HSL81.49º34.01%61.37%-
HSV(B)81.49º35.26%74.51%-
XYZ37.7146.3625.7-
YUV175.1998.55121.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=34.66%
G=39.67%
B=25.68%

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
Decimal1661901230.1300.350.2581.4934.0161.37
HexA6BE7BD0231951223d
Octal24627617315043311214275
Binary1010011010111110111101111010100011110011010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE7B; }

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

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

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

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

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

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

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

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