#ABAD80

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

Shades of Locust #ABAD80

Tints of Locust #ABAD80

Color information

#ABAD80 (or 0xABAD80) is unknown color: approx Locust. HEX triplet: AB, AD and 80. RGB value is (171,173,128). Sum of RGB (Red+Green+Blue) = 171+173+128=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD80 is #54527F. Grayscale: #A7A7A7. Windows color (decimal): -5526144 or 8433067. OLE color: 8433067.

HSL color Cylindrical-coordinate representation of color #ABAD80: hue angle of 62.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAD80 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB171173128-
CMYK0.0100.260.32
HSL62.67º21.53%59.02%-
HSV(B)62.67º26.01%67.84%-
XYZ35.6340.126.28-
YUV167.27105.84130.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=36.23%
G=36.65%
B=27.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731280.0100.260.3262.6721.5359.02
HexABAD80101A203f163b
Octal253255200103240772673
Binary101010111010110110000000101101010000011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD80; }

 p { color: rgb(171,173,128); }

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

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

 a { background-color: rgb(171,173,128); }

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

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

 span { border-color: rgb(171,173,128); }

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