Html Css Color HEX #ADAD50 Olive Green

📋 copy color: '#ADAD50'

red 173 ◦ green 173 ◦ blue 80

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

Shades of Olive Green #ADAD50

Tints of Olive Green #ADAD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 40.61%
G = 40.61%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADAD50 (or 0xADAD50) is known color: Olive Green. HEX triplet: AD, AD and 50. RGB value is (173,173,80). Sum of RGB (Red+Green+Blue) = 173+173+80=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD50 is #5252AF. Grayscale: #A2A2A2. Windows color (decimal): -5395120 or 5287341. OLE color: 5287341.

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

Color convert

RGB 173 173 80 -
CMYK 0 0 0.54 0.32
HSL 60º 0.37% 0.5% -
HSV(B) 60º 0.54% 0.68% -
XYZ 33.63 39.35 13.41 -
YUV 162.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 173 173 80 0 0 0.54 0.32 60 0.37 0.5
Hex AD AD 50 0 0 36 20 3C 25 32
Octal 255 255 120 0 0 66 40 74 45 62
Binary 10101101 10101101 1010000 0 0 110110 100000 111100 100101 110010

Color Harmonies of #ADAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD50

Black with #ADAD50

Text Example


Text Example

White with #ADAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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