#A7BE7F

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

Shades of Caper #A7BE7F

Tints of Caper #A7BE7F

Color information

#A7BE7F (or 0xA7BE7F) is unknown color: approx Caper. HEX triplet: A7, BE and 7F. RGB value is (167,190,127). Sum of RGB (Red+Green+Blue) = 167+190+127=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE7F is #584180. Grayscale: #B0B0B0. Windows color (decimal): -5783937 or 8371879. OLE color: 8371879.

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

Color convert

RGB167190127-
CMYK0.1200.330.25
HSL81.9º32.64%62.16%-
HSV(B)81.9º33.16%74.51%-
XYZ38.1846.5727.06-
YUV175.94100.38121.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 127 (50% from 255) = 26.24%
R=34.50%
G=39.26%
B=26.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901270.1200.330.2581.932.6462.16
HexA7BE7FC0211952213e
Octal24727617714041311224176
Binary1010011110111110111111111000100001110011010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE7F; }

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

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

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

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

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

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

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

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