#A7BA83

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

Shades of Caper #A7BA83

Tints of Caper #A7BA83

Color information

#A7BA83 (or 0xA7BA83) is unknown color: approx Caper. HEX triplet: A7, BA and 83. RGB value is (167,186,131). Sum of RGB (Red+Green+Blue) = 167+186+131=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA83 is #58457C. Grayscale: #AEAEAE. Windows color (decimal): -5784957 or 8632999. OLE color: 8632999.

HSL color Cylindrical-coordinate representation of color #A7BA83: hue angle of 80.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BA83 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB167186131-
CMYK0.1000.300.27
HSL80.73º28.5%62.16%-
HSV(B)80.73º29.57%72.94%-
XYZ37.5944.9728.17-
YUV174.05103.71122.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=34.50%
G=38.43%
B=27.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861310.1000.300.2780.7328.562.16
HexA7BA83A01E1B511c3e
Octal24727220312036331213476
Binary101001111011101010000011101001111011011101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA83; }

 p { color: rgb(167,186,131); }

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

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

 a { background-color: rgb(167,186,131); }

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

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

 span { border-color: rgb(167,186,131); }

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