#ADAE80

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

Shades of Locust #ADAE80

Tints of Locust #ADAE80

Color information

#ADAE80 (or 0xADAE80) is unknown color: approx Locust. HEX triplet: AD, AE and 80. RGB value is (173,174,128). Sum of RGB (Red+Green+Blue) = 173+174+128=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE80 is #52517F. Grayscale: #A8A8A8. Windows color (decimal): -5394816 or 8433325. OLE color: 8433325.

HSL color Cylindrical-coordinate representation of color #ADAE80: hue angle of 61.3º 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 #ADAE80 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB173174128-
CMYK0.0100.260.32
HSL61.3º22.12%59.22%-
HSV(B)61.3º26.44%68.24%-
XYZ36.2740.7126.37-
YUV168.46105.17131.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=36.42%
G=36.63%
B=26.95%

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
Decimal1731741280.0100.260.3261.322.1259.22
HexADAE80101A203d163b
Octal255256200103240752673
Binary101011011010111010000000101101010000011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE80; }

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

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

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

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

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

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

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

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