#ADBA5B

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

Shades of Olive Green #ADBA5B

Tints of Olive Green #ADBA5B

Color information

#ADBA5B (or 0xADBA5B) is unknown color: approx Olive Green. HEX triplet: AD, BA and 5B. RGB value is (173,186,91). Sum of RGB (Red+Green+Blue) = 173+186+91=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5B is #5245A4. Grayscale: #ABABAB. Windows color (decimal): -5391781 or 6011565. OLE color: 6011565.

HSL color Cylindrical-coordinate representation of color #ADBA5B: hue angle of 68.21º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADBA5B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB17318691-
CMYK0.0700.510.27
HSL68.21º40.77%54.31%-
HSV(B)68.21º51.08%72.94%-
XYZ36.6844.7616.6-
YUV171.2882.69129.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=38.44%
G=41.33%
B=20.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186910.0700.510.2768.2140.7754.31
HexADBA5B70331B442936
Octal2552721337063331045166
Binary101011011011101010110111110110011110111000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA5B; }

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

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

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

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

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

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

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

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