#ABAE74

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

Shades of Locust #ABAE74

Tints of Locust #ABAE74

Color information

#ABAE74 (or 0xABAE74) is unknown color: approx Locust. HEX triplet: AB, AE and 74. RGB value is (171,174,116). Sum of RGB (Red+Green+Blue) = 171+174+116=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE74 is #54518B. Grayscale: #A6A6A6. Windows color (decimal): -5525900 or 7646891. OLE color: 7646891.

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

Color convert

RGB171174116-
CMYK0.0200.330.32
HSL63.1º26.36%56.86%-
HSV(B)63.1º33.33%68.24%-
XYZ35.0840.1922.43-
YUV166.4999.51131.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=37.09%
G=37.74%
B=25.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741160.0200.330.3263.126.3656.86
HexABAE742021203f1a39
Octal253256164204140773271
Binary1010101110101110111010010010000110000011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE74; }

 p { color: rgb(171,174,116); }

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

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

 a { background-color: rgb(171,174,116); }

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

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

 span { border-color: rgb(171,174,116); }

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