#ADAE74

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

Shades of Locust #ADAE74

Tints of Locust #ADAE74

Color information

#ADAE74 (or 0xADAE74) is unknown color: approx Locust. HEX triplet: AD, AE and 74. RGB value is (173,174,116). Sum of RGB (Red+Green+Blue) = 173+174+116=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE74 is #52518B. Grayscale: #A7A7A7. Windows color (decimal): -5394828 or 7646893. OLE color: 7646893.

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

Color convert

RGB173174116-
CMYK0.0100.330.32
HSL61.03º26.36%56.86%-
HSV(B)61.03º33.33%68.24%-
XYZ35.5240.4222.45-
YUV167.0999.17132.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=37.37%
G=37.58%
B=25.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741160.0100.330.3261.0326.3656.86
HexADAE741021203d1a39
Octal255256164104140753271
Binary101011011010111011101001010000110000011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE74; }

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

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

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

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

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

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

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

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