Html Css Color HEX #ADAC50 Olive Green

📋 copy color: '#ADAC50'

red 173 ◦ green 172 ◦ blue 80

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

Shades of Olive Green #ADAC50

Tints of Olive Green #ADAC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 40.71%
G = 40.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#ADAC50 (or 0xADAC50) is known color: Olive Green. HEX triplet: AD, AC and 50. RGB value is (173,172,80). Sum of RGB (Red+Green+Blue) = 173+172+80=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC50 is #5253AF. Grayscale: #A2A2A2. Windows color (decimal): -5395376 or 5287085. OLE color: 5287085.

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

Color convert

RGB 173 172 80 -
CMYK 0 0.01 0.54 0.32
HSL 59.35º 0.37% 0.5% -
HSV(B) 59.35º 0.54% 0.68% -
XYZ 33.43 38.97 13.35 -
YUV 161.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 173 172 80 0 0.01 0.54 0.32 59.35 0.37 0.5
Hex AD AC 50 0 1 36 20 3B 25 32
Octal 255 254 120 0 1 66 40 73 45 62
Binary 10101101 10101100 1010000 0 1 110110 100000 111011 100101 110010

Color Harmonies of #ADAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC50

Black with #ADAC50

Text Example


Text Example

White with #ADAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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