#ADAB50

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

Shades of Olive Green #ADAB50

Tints of Olive Green #ADAB50

Color information

#ADAB50 (or 0xADAB50) is unknown color: approx Olive Green. HEX triplet: AD, AB and 50. RGB value is (173,171,80). Sum of RGB (Red+Green+Blue) = 173+171+80=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB50 is #5254AF. Grayscale: #A1A1A1. Windows color (decimal): -5395632 or 5286829. OLE color: 5286829.

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

Color convert

RGB17317180-
CMYK00.010.540.32
HSL58.71º36.76%49.61%-
HSV(B)58.71º53.76%67.84%-
XYZ33.2438.5913.29-
YUV161.2282.16136.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=40.80%
G=40.33%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731718000.010.540.3258.7136.7649.61
HexADAB500136203b2532
Octal255253120016640734562
Binary1010110110101011101000001110110100000111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB50; }

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

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

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

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

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

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

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

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