#ADAA50

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

Shades of Olive Green #ADAA50

Tints of Olive Green #ADAA50

Color information

#ADAA50 (or 0xADAA50) is unknown color: approx Olive Green. HEX triplet: AD, AA and 50. RGB value is (173,170,80). Sum of RGB (Red+Green+Blue) = 173+170+80=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA50 is #5255AF. Grayscale: #A1A1A1. Windows color (decimal): -5395888 or 5286573. OLE color: 5286573.

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

Color convert

RGB17317080-
CMYK00.020.540.32
HSL58.06º36.76%49.61%-
HSV(B)58.06º53.76%67.84%-
XYZ33.0638.2113.22-
YUV160.6482.49136.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=40.90%
G=40.19%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731708000.020.540.3258.0636.7649.61
HexADAA500236203a2532
Octal255252120026640724562
Binary10101101101010101010000010110110100000111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA50; }

 p { color: rgb(173,170,80); }

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

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

 a { background-color: rgb(173,170,80); }

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

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

 span { border-color: rgb(173,170,80); }

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