Html Css Color HEX #ADA656 Olive Green

📋 copy color: '#ADA656'

red 173 ◦ green 166 ◦ blue 86

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

Shades of Olive Green #ADA656

Tints of Olive Green #ADA656

RGB

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

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

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

R = 40.71%
G = 39.06%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA656 (or 0xADA656) is known color: Olive Green. HEX triplet: AD, A6 and 56. RGB value is (173,166,86). Sum of RGB (Red+Green+Blue) = 173+166+86=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA656 is #5259A9. Grayscale: #9F9F9F. Windows color (decimal): -5396906 or 5678765. OLE color: 5678765.

HSL color Cylindrical-coordinate representation of color #ADA656: hue angle of 55.17º 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 #ADA656 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 86 -
CMYK 0 0.04 0.50 0.32
HSL 55.17º 0.35% 0.51% -
HSV(B) 55.17º 0.5% 0.68% -
XYZ 32.55 36.83 14.2 -
YUV 158.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 173 166 86 0 0.04 0.50 0.32 55.17 0.35 0.51
Hex AD A6 56 0 4 32 20 37 23 33
Octal 255 246 126 0 4 62 40 67 43 63
Binary 10101101 10100110 1010110 0 100 110010 100000 110111 100011 110011

Color Harmonies of #ADA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA656

Black with #ADA656

Text Example


Text Example

White with #ADA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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