#ADAB59

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

Shades of Olive Green #ADAB59

Tints of Olive Green #ADAB59

Color information

#ADAB59 (or 0xADAB59) is unknown color: approx Olive Green. HEX triplet: AD, AB and 59. RGB value is (173,171,89). Sum of RGB (Red+Green+Blue) = 173+171+89=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB59 is #5254A6. Grayscale: #A2A2A2. Windows color (decimal): -5395623 or 5876653. OLE color: 5876653.

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

Color convert

RGB17317189-
CMYK00.010.490.32
HSL58.57º33.87%51.37%-
HSV(B)58.57º48.55%67.84%-
XYZ33.638.7315.16-
YUV162.2586.66135.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=39.95%
G=39.49%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731718900.010.490.3258.5733.8751.37
HexADAB590131203b2233
Octal255253131016140734263
Binary1010110110101011101100101110001100000111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB59; }

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

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

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

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

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

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

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

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