#ADAE59

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

Shades of Olive Green #ADAE59

Tints of Olive Green #ADAE59

Color information

#ADAE59 (or 0xADAE59) is unknown color: approx Olive Green. HEX triplet: AD, AE and 59. RGB value is (173,174,89). Sum of RGB (Red+Green+Blue) = 173+174+89=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE59 is #5251A6. Grayscale: #A4A4A4. Windows color (decimal): -5394855 or 5877421. OLE color: 5877421.

HSL color Cylindrical-coordinate representation of color #ADAE59: hue angle of 60.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADAE59 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17317489-
CMYK0.0100.490.32
HSL60.71º34.41%51.57%-
HSV(B)60.71º48.85%68.24%-
XYZ34.1739.8815.35-
YUV164.0185.67134.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 89 (35.16% from 255) = 20.41%
R=39.68%
G=39.91%
B=20.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174890.0100.490.3260.7134.4151.57
HexADAE591031203d2234
Octal255256131106140754264
Binary1010110110101110101100110110001100000111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE59; }

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

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

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

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

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

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

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

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