#A4BE7F

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

Shades of Caper #A4BE7F

Tints of Caper #A4BE7F

Color information

#A4BE7F (or 0xA4BE7F) is unknown color: approx Caper. HEX triplet: A4, BE and 7F. RGB value is (164,190,127). Sum of RGB (Red+Green+Blue) = 164+190+127=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE7F is #5B4180. Grayscale: #AFAFAF. Windows color (decimal): -5980545 or 8371876. OLE color: 8371876.

HSL color Cylindrical-coordinate representation of color #A4BE7F: hue angle of 84.76º 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 #A4BE7F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB164190127-
CMYK0.1400.330.25
HSL84.76º32.64%62.16%-
HSV(B)84.76º33.16%74.51%-
XYZ37.5546.2527.03-
YUV175.04100.89120.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 127 (50% from 255) = 26.40%
R=34.10%
G=39.50%
B=26.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901270.1400.330.2584.7632.6462.16
HexA4BE7FE0211955213e
Octal24427617716041311254176
Binary1010010010111110111111111100100001110011010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE7F; }

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

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

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

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

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

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

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

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