#A7BD80

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

Shades of Caper #A7BD80

Tints of Caper #A7BD80

Color information

#A7BD80 (or 0xA7BD80) is unknown color: approx Caper. HEX triplet: A7, BD and 80. RGB value is (167,189,128). Sum of RGB (Red+Green+Blue) = 167+189+128=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD80 is #58427F. Grayscale: #AFAFAF. Windows color (decimal): -5784192 or 8437159. OLE color: 8437159.

HSL color Cylindrical-coordinate representation of color #A7BD80: hue angle of 81.64º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7BD80 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB167189128-
CMYK0.1200.320.26
HSL81.64º31.61%62.16%-
HSV(B)81.64º32.28%74.12%-
XYZ38.0346.1727.33-
YUV175.47101.21121.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=34.50%
G=39.05%
B=26.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891280.1200.320.2681.6431.6162.16
HexA7BD80C0201A52203e
Octal24727520014040321224076
Binary10100111101111011000000011000100000110101010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BD80; }

 p { color: rgb(167,189,128); }

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

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

 a { background-color: rgb(167,189,128); }

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

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

 span { border-color: rgb(167,189,128); }

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