#ADA85B

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

Shades of Olive Green #ADA85B

Tints of Olive Green #ADA85B

Color information

#ADA85B (or 0xADA85B) is unknown color: approx Olive Green. HEX triplet: AD, A8 and 5B. RGB value is (173,168,91). Sum of RGB (Red+Green+Blue) = 173+168+91=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85B is #5257A4. Grayscale: #A1A1A1. Windows color (decimal): -5396389 or 6006957. OLE color: 6006957.

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

Color convert

RGB17316891-
CMYK00.030.470.32
HSL56.34º33.33%51.76%-
HSV(B)56.34º47.4%67.84%-
XYZ33.1237.6415.42-
YUV160.7288.66136.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=40.05%
G=38.89%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731689100.030.470.3256.3433.3351.76
HexADA85B032F20382134
Octal255250133035740704164
Binary10101101101010001011011011101111100000111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA85B; }

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

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

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

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

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

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

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

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