#ADA951

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

Shades of Olive Green #ADA951

Tints of Olive Green #ADA951

Color information

#ADA951 (or 0xADA951) is unknown color: approx Olive Green. HEX triplet: AD, A9 and 51. RGB value is (173,169,81). Sum of RGB (Red+Green+Blue) = 173+169+81=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA951 is #5256AE. Grayscale: #A0A0A0. Windows color (decimal): -5396143 or 5351853. OLE color: 5351853.

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

Color convert

RGB17316981-
CMYK00.020.530.32
HSL57.39º36.22%49.8%-
HSV(B)57.39º53.18%67.84%-
XYZ32.9137.8513.36-
YUV160.1683.33137.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=40.90%
G=39.95%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731698100.020.530.3257.3936.2249.8
HexADA951023520392432
Octal255251121026540714462
Binary10101101101010011010001010110101100000111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA951; }

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

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

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

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

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

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

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

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