#ABAC7D

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

Shades of Locust #ABAC7D

Tints of Locust #ABAC7D

Color information

#ABAC7D (or 0xABAC7D) is unknown color: approx Locust. HEX triplet: AB, AC and 7D. RGB value is (171,172,125). Sum of RGB (Red+Green+Blue) = 171+172+125=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC7D is #545382. Grayscale: #A6A6A6. Windows color (decimal): -5526403 or 8236203. OLE color: 8236203.

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

Color convert

RGB171172125-
CMYK0.0100.270.33
HSL61.28º22.07%58.24%-
HSV(B)61.28º27.33%67.45%-
XYZ35.2539.6425.2-
YUV166.34104.67131.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=36.54%
G=36.75%
B=26.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721250.0100.270.3361.2822.0758.24
HexABAC7D101B213d163a
Octal253254175103341752672
Binary10101011101011001111101101101110000111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC7D; }

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

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

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

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

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

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

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

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