#ABAC73

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

Shades of Locust #ABAC73

Tints of Locust #ABAC73

Color information

#ABAC73 (or 0xABAC73) is unknown color: approx Locust. HEX triplet: AB, AC and 73. RGB value is (171,172,115). Sum of RGB (Red+Green+Blue) = 171+172+115=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC73 is #54538C. Grayscale: #A5A5A5. Windows color (decimal): -5526413 or 7580843. OLE color: 7580843.

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

Color convert

RGB171172115-
CMYK0.0100.330.33
HSL61.05º25.56%56.27%-
HSV(B)61.05º33.14%67.45%-
XYZ34.6439.422-
YUV165.299.67132.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=37.34%
G=37.55%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721150.0100.330.3361.0525.5656.27
HexABAC731021213d1a38
Octal253254163104141753270
Binary101010111010110011100111010000110000111110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC73; }

 p { color: rgb(171,172,115); }

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

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

 a { background-color: rgb(171,172,115); }

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

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

 span { border-color: rgb(171,172,115); }

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