#ADAB5E

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

Shades of Olive Green #ADAB5E

Tints of Olive Green #ADAB5E

Color information

#ADAB5E (or 0xADAB5E) is unknown color: approx Olive Green. HEX triplet: AD, AB and 5E. RGB value is (173,171,94). Sum of RGB (Red+Green+Blue) = 173+171+94=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5E is #5254A1. Grayscale: #A3A3A3. Windows color (decimal): -5395618 or 6204333. OLE color: 6204333.

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

Color convert

RGB17317194-
CMYK00.010.460.32
HSL58.48º32.51%52.35%-
HSV(B)58.48º45.66%67.84%-
XYZ33.8238.8216.3-
YUV162.8289.16135.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=39.50%
G=39.04%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731719400.010.460.3258.4832.5152.35
HexADAB5E012E203a2134
Octal255253136015640724164
Binary1010110110101011101111001101110100000111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB5E; }

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

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

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

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

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

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

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

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