Html Css Color HEX #ADAD55 Olive Green

📋 copy color: '#ADAD55'

red 173 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #ADAD55

Tints of Olive Green #ADAD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 40.14%
G = 40.14%
B = 19.72%

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

#ADAD55 (or 0xADAD55) is known color: Olive Green. HEX triplet: AD, AD and 55. RGB value is (173,173,85). Sum of RGB (Red+Green+Blue) = 173+173+85=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD55 is #5252AA. Grayscale: #A3A3A3. Windows color (decimal): -5395115 or 5615021. OLE color: 5615021.

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

Color convert

RGB 173 173 85 -
CMYK 0 0 0.51 0.32
HSL 60º 0.35% 0.51% -
HSV(B) 60º 0.51% 0.68% -
XYZ 33.82 39.43 14.42 -
YUV 162.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 173 173 85 0 0 0.51 0.32 60 0.35 0.51
Hex AD AD 55 0 0 33 20 3C 23 33
Octal 255 255 125 0 0 63 40 74 43 63
Binary 10101101 10101101 1010101 0 0 110011 100000 111100 100011 110011

Color Harmonies of #ADAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD55

Black with #ADAD55

Text Example


Text Example

White with #ADAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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