Html Css Color HEX #ADAC56 Olive Green

📋 copy color: '#ADAC56'

red 173 ◦ green 172 ◦ blue 86

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

Shades of Olive Green #ADAC56

Tints of Olive Green #ADAC56

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 86 (33.98% from 255) = 19.95%

R = 40.14%
G = 39.91%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADAC56 (or 0xADAC56) is known color: Olive Green. HEX triplet: AD, AC and 56. RGB value is (173,172,86). Sum of RGB (Red+Green+Blue) = 173+172+86=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC56 is #5253A9. Grayscale: #A2A2A2. Windows color (decimal): -5395370 or 5680301. OLE color: 5680301.

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

Color convert

RGB 173 172 86 -
CMYK 0 0.01 0.50 0.32
HSL 59.31º 0.35% 0.51% -
HSV(B) 59.31º 0.5% 0.68% -
XYZ 33.67 39.06 14.57 -
YUV 162.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 173 172 86 0 0.01 0.50 0.32 59.31 0.35 0.51
Hex AD AC 56 0 1 32 20 3B 23 33
Octal 255 254 126 0 1 62 40 73 43 63
Binary 10101101 10101100 1010110 0 1 110010 100000 111011 100011 110011

Color Harmonies of #ADAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC56

Black with #ADAC56

Text Example


Text Example

White with #ADAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC56; }

 p { color: rgb(173,172,86); }

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

background-color css

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

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

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

border-color css

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

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

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