#ADA954

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

Shades of Olive Green #ADA954

Tints of Olive Green #ADA954

Color information

#ADA954 (or 0xADA954) is unknown color: approx Olive Green. HEX triplet: AD, A9 and 54. RGB value is (173,169,84). Sum of RGB (Red+Green+Blue) = 173+169+84=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA954 is #5256AB. Grayscale: #A0A0A0. Windows color (decimal): -5396140 or 5548461. OLE color: 5548461.

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

Color convert

RGB17316984-
CMYK00.020.510.32
HSL57.3º35.18%50.39%-
HSV(B)57.3º51.45%67.84%-
XYZ33.0237.913.96-
YUV160.5184.83136.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=40.61%
G=39.67%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731698400.020.510.3257.335.1850.39
HexADA954023320392332
Octal255251124026340714362
Binary10101101101010011010100010110011100000111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA954; }

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

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

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

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

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

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

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

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