#ADA85A

Color #ADA85A Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ADA85A

Tints of Olive Green #ADA85A

Color information

#ADA85A (or 0xADA85A) is unknown color: approx Olive Green. HEX triplet: AD, A8 and 5A. RGB value is (173,168,90). Sum of RGB (Red+Green+Blue) = 173+168+90=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85A is #5257A5. Grayscale: #A0A0A0. Windows color (decimal): -5396390 or 5941421. OLE color: 5941421.

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

Color convert

RGB17316890-
CMYK00.030.480.32
HSL56.39º33.6%51.57%-
HSV(B)56.39º47.98%67.84%-
XYZ33.0837.6315.19-
YUV160.688.16136.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=40.14%
G=38.98%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731689000.030.480.3256.3933.651.57
HexADA85A033020382234
Octal255250132036040704264
Binary10101101101010001011010011110000100000111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA85A; }

 p { color: rgb(173,168,90); }

 H1.HeaderClassName
 {
   color: #ADA85A;
 }
 .AnyTagClassName
 {
   color: #ADA85A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,168,90); }

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

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

 span { border-color: rgb(173,168,90); }

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