Html Css Color HEX #ADA954 Olive Green

📋 copy color: '#ADA954'

red 173 ◦ green 169 ◦ blue 84

#ADA954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ADA954

Tints of Olive Green #ADA954

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.2% from 255) = 19.72%

R = 40.61%
G = 39.67%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADA954 (or 0xADA954) is known color: 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

RGB 173 169 84 -
CMYK 0 0.02 0.51 0.32
HSL 57.3º 0.35% 0.5% -
HSV(B) 57.3º 0.51% 0.68% -
XYZ 33.02 37.9 13.96 -
YUV 160.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 173 169 84 0 0.02 0.51 0.32 57.3 0.35 0.5
Hex AD A9 54 0 2 33 20 39 23 32
Octal 255 251 124 0 2 63 40 71 43 62
Binary 10101101 10101001 1010100 0 10 110011 100000 111001 100011 110010

Color Harmonies of #ADA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA954

Black with #ADA954

Text Example


Text Example

White with #ADA954

Text Example


Text Example

HTML Codes & Css Web 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>