Html Css Color HEX #ADAD52 Olive Green

📋 copy color: '#ADAD52'

red 173 ◦ green 173 ◦ blue 82

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

Shades of Olive Green #ADAD52

Tints of Olive Green #ADAD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 40.42%
G = 40.42%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADAD52 (or 0xADAD52) is known color: Olive Green. HEX triplet: AD, AD and 52. RGB value is (173,173,82). Sum of RGB (Red+Green+Blue) = 173+173+82=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD52 is #5252AD. Grayscale: #A2A2A2. Windows color (decimal): -5395118 or 5418413. OLE color: 5418413.

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

Color convert

RGB 173 173 82 -
CMYK 0 0 0.53 0.32
HSL 60º 0.36% 0.5% -
HSV(B) 60º 0.53% 0.68% -
XYZ 33.7 39.38 13.81 -
YUV 162.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 173 173 82 0 0 0.53 0.32 60 0.36 0.5
Hex AD AD 52 0 0 35 20 3C 24 32
Octal 255 255 122 0 0 65 40 74 44 62
Binary 10101101 10101101 1010010 0 0 110101 100000 111100 100100 110010

Color Harmonies of #ADAD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD52

Black with #ADAD52

Text Example


Text Example

White with #ADAD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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