Html Css Color HEX #ADAD5B Olive Green

📋 copy color: '#ADAD5B'

red 173 ◦ green 173 ◦ blue 91

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

Shades of Olive Green #ADAD5B

Tints of Olive Green #ADAD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 39.59%
G = 39.59%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADAD5B (or 0xADAD5B) is known color: Olive Green. HEX triplet: AD, AD and 5B. RGB value is (173,173,91). Sum of RGB (Red+Green+Blue) = 173+173+91=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5B is #5252A4. Grayscale: #A3A3A3. Windows color (decimal): -5395109 or 6008237. OLE color: 6008237.

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

Color convert

RGB 173 173 91 -
CMYK 0 0 0.47 0.32
HSL 60º 0.33% 0.52% -
HSV(B) 60º 0.47% 0.68% -
XYZ 34.07 39.53 15.73 -
YUV 163.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 173 173 91 0 0 0.47 0.32 60 0.33 0.52
Hex AD AD 5B 0 0 2F 20 3C 21 34
Octal 255 255 133 0 0 57 40 74 41 64
Binary 10101101 10101101 1011011 0 0 101111 100000 111100 100001 110100

Color Harmonies of #ADAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD5B

Black with #ADAD5B

Text Example


Text Example

White with #ADAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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