#ADAA58

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

Shades of Olive Green #ADAA58

Tints of Olive Green #ADAA58

Color information

#ADAA58 (or 0xADAA58) is unknown color: approx Olive Green. HEX triplet: AD, AA and 58. RGB value is (173,170,88). Sum of RGB (Red+Green+Blue) = 173+170+88=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA58 is #5255A7. Grayscale: #A1A1A1. Windows color (decimal): -5395880 or 5810861. OLE color: 5810861.

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

Color convert

RGB17317088-
CMYK00.020.490.32
HSL57.88º34.14%51.18%-
HSV(B)57.88º49.13%67.84%-
XYZ33.3738.3414.87-
YUV161.5586.49136.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=40.14%
G=39.44%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731708800.020.490.3257.8834.1451.18
HexADAA580231203a2233
Octal255252130026140724263
Binary10101101101010101011000010110001100000111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA58; }

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

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

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

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

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

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

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

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