#abad72

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

Shades of Locust #ABAD72

Tints of Locust #ABAD72

Color information

#ABAD72 (or 0xABAD72) is unknown color: approx Locust. HEX triplet: AB, AD and 72. RGB value is (171,173,114). Sum of RGB (Red+Green+Blue) = 171+173+114=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD72 is #54528D. Grayscale: #A5A5A5. Windows color (decimal): -5526158 or 7515563. OLE color: 7515563.

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

Color convert

RGB171173114-
CMYK0.0100.340.32
HSL62.03º26.46%56.27%-
HSV(B)62.03º34.1%67.84%-
XYZ34.7839.7621.76-
YUV165.6898.84131.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=37.34%
G=37.77%
B=24.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731140.0100.340.3262.0326.4656.27
HexABAD721022203e1a38
Octal253255162104240763270
Binary101010111010110111100101010001010000011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abad72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abad72; }

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

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

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

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

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

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

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

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