#A6B980

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

Shades of Caper #A6B980

Tints of Caper #A6B980

Color information

#A6B980 (or 0xA6B980) is unknown color: approx Caper. HEX triplet: A6, B9 and 80. RGB value is (166,185,128). Sum of RGB (Red+Green+Blue) = 166+185+128=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B980 is #59467F. Grayscale: #ADADAD. Windows color (decimal): -5850752 or 8436134. OLE color: 8436134.

HSL color Cylindrical-coordinate representation of color #A6B980: hue angle of 80º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B980 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB166185128-
CMYK0.1000.310.27
HSL80º28.93%61.37%-
HSV(B)80º30.81%72.55%-
XYZ36.9744.3627.04-
YUV172.82102.71123.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=34.66%
G=38.62%
B=26.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851280.1000.310.278028.9361.37
HexA6B980A01F1B501d3d
Octal24627120012037331203575
Binary101001101011100110000000101001111111011101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B980; }

 p { color: rgb(166,185,128); }

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

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

 a { background-color: rgb(166,185,128); }

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

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

 span { border-color: rgb(166,185,128); }

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