Html Css Color HEX #ADAD54 Olive Green

📋 copy color: '#ADAD54'

red 173 ◦ green 173 ◦ blue 84

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

Shades of Olive Green #ADAD54

Tints of Olive Green #ADAD54

RGB

 RED value IS 173 (67.97% from 255) = 40.23%

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 84 (33.2% from 255) = 19.53%

R = 40.23%
G = 40.23%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADAD54 (or 0xADAD54) is known color: Olive Green. HEX triplet: AD, AD and 54. RGB value is (173,173,84). Sum of RGB (Red+Green+Blue) = 173+173+84=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD54 is #5252AB. Grayscale: #A3A3A3. Windows color (decimal): -5395116 or 5549485. OLE color: 5549485.

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

Color convert

RGB 173 173 84 -
CMYK 0 0 0.51 0.32
HSL 60º 0.35% 0.5% -
HSV(B) 60º 0.51% 0.68% -
XYZ 33.78 39.41 14.21 -
YUV 162.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 173 173 84 0 0 0.51 0.32 60 0.35 0.5
Hex AD AD 54 0 0 33 20 3C 23 32
Octal 255 255 124 0 0 63 40 74 43 62
Binary 10101101 10101101 1010100 0 0 110011 100000 111100 100011 110010

Color Harmonies of #ADAD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD54

Black with #ADAD54

Text Example


Text Example

White with #ADAD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD54; }

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

 H1.HeaderClassName
 {
   color: #ADAD54;
 }
 .AnyTagClassName
 {
   color: #ADAD54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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