#ADAD51

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

Shades of Olive Green #ADAD51

Tints of Olive Green #ADAD51

Color information

#ADAD51 (or 0xADAD51) is unknown color: approx Olive Green. HEX triplet: AD, AD and 51. RGB value is (173,173,81). Sum of RGB (Red+Green+Blue) = 173+173+81=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD51 is #5252AE. Grayscale: #A2A2A2. Windows color (decimal): -5395119 or 5352877. OLE color: 5352877.

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

Color convert

RGB17317381-
CMYK000.530.32
HSL60º36.22%49.8%-
HSV(B)60º53.18%67.84%-
XYZ33.6639.3713.61-
YUV162.5182135.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=40.52%
G=40.52%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317381000.530.326036.2249.8
HexADAD510035203c2432
Octal255255121006540744462
Binary1010110110101101101000100110101100000111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD51; }

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

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

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

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

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

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

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

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