Html Css Color HEX #ADA654 Olive Green

📋 copy color: '#ADA654'

red 173 ◦ green 166 ◦ blue 84

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

Shades of Olive Green #ADA654

Tints of Olive Green #ADA654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 40.9%
G = 39.24%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADA654 (or 0xADA654) is known color: Olive Green. HEX triplet: AD, A6 and 54. RGB value is (173,166,84). Sum of RGB (Red+Green+Blue) = 173+166+84=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA654 is #5259AB. Grayscale: #9F9F9F. Windows color (decimal): -5396908 or 5547693. OLE color: 5547693.

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

Color convert

RGB 173 166 84 -
CMYK 0 0.04 0.51 0.32
HSL 55.28º 0.35% 0.5% -
HSV(B) 55.28º 0.51% 0.68% -
XYZ 32.47 36.8 13.78 -
YUV 158.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 173 166 84 0 0.04 0.51 0.32 55.28 0.35 0.5
Hex AD A6 54 0 4 33 20 37 23 32
Octal 255 246 124 0 4 63 40 67 43 62
Binary 10101101 10100110 1010100 0 100 110011 100000 110111 100011 110010

Color Harmonies of #ADA654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA654

Black with #ADA654

Text Example


Text Example

White with #ADA654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA654; }

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

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

background-color css

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

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

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

border-color css

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

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

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