#ADAB51

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

Shades of Olive Green #ADAB51

Tints of Olive Green #ADAB51

Color information

#ADAB51 (or 0xADAB51) is unknown color: approx Olive Green. HEX triplet: AD, AB and 51. RGB value is (173,171,81). Sum of RGB (Red+Green+Blue) = 173+171+81=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB51 is #5254AE. Grayscale: #A1A1A1. Windows color (decimal): -5395631 or 5352365. OLE color: 5352365.

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

Color convert

RGB17317181-
CMYK00.010.530.32
HSL58.7º36.22%49.8%-
HSV(B)58.7º53.18%67.84%-
XYZ33.2838.613.48-
YUV161.3482.66136.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=40.71%
G=40.24%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731718100.010.530.3258.736.2249.8
HexADAB510135203b2432
Octal255253121016540734462
Binary1010110110101011101000101110101100000111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB51; }

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

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

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

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

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

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

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

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