Html Css Color HEX #ADA659 Olive Green

📋 copy color: '#ADA659'

red 173 ◦ green 166 ◦ blue 89

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

Shades of Olive Green #ADA659

Tints of Olive Green #ADA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 89 (35.16% from 255) = 20.79%

R = 40.42%
G = 38.79%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA659 (or 0xADA659) is known color: Olive Green. HEX triplet: AD, A6 and 59. RGB value is (173,166,89). Sum of RGB (Red+Green+Blue) = 173+166+89=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA659 is #5259A6. Grayscale: #9F9F9F. Windows color (decimal): -5396903 or 5875373. OLE color: 5875373.

HSL color Cylindrical-coordinate representation of color #ADA659: hue angle of 55º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADA659 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 89 -
CMYK 0 0.04 0.49 0.32
HSL 55º 0.34% 0.51% -
HSV(B) 55º 0.49% 0.68% -
XYZ 32.67 36.88 14.85 -
YUV 159.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 173 166 89 0 0.04 0.49 0.32 55 0.34 0.51
Hex AD A6 59 0 4 31 20 37 22 33
Octal 255 246 131 0 4 61 40 67 42 63
Binary 10101101 10100110 1011001 0 100 110001 100000 110111 100010 110011

Color Harmonies of #ADA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA659

Black with #ADA659

Text Example


Text Example

White with #ADA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA659; }

 p { color: rgb(173,166,89); }

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

background-color css

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

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

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

border-color css

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

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

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