Html Css Color HEX #ADAD5C Olive Green

📋 copy color: '#ADAD5C'

red 173 ◦ green 173 ◦ blue 92

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

Shades of Olive Green #ADAD5C

Tints of Olive Green #ADAD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21%

R = 39.5%
G = 39.5%
B = 21%

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

#ADAD5C (or 0xADAD5C) is known color: Olive Green. HEX triplet: AD, AD and 5C. RGB value is (173,173,92). Sum of RGB (Red+Green+Blue) = 173+173+92=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD5C is #5252A3. Grayscale: #A4A4A4. Windows color (decimal): -5395108 or 6073773. OLE color: 6073773.

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

Color convert

RGB 173 173 92 -
CMYK 0 0 0.47 0.32
HSL 60º 0.33% 0.52% -
HSV(B) 60º 0.47% 0.68% -
XYZ 34.11 39.54 15.96 -
YUV 163.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 173 173 92 0 0 0.47 0.32 60 0.33 0.52
Hex AD AD 5C 0 0 2F 20 3C 21 34
Octal 255 255 134 0 0 57 40 74 41 64
Binary 10101101 10101101 1011100 0 0 101111 100000 111100 100001 110100

Color Harmonies of #ADAD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD5C

Black with #ADAD5C

Text Example


Text Example

White with #ADAD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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