#ADBA5C

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

Shades of Olive Green #ADBA5C

Tints of Olive Green #ADBA5C

Color information

#ADBA5C (or 0xADBA5C) is unknown color: approx Olive Green. HEX triplet: AD, BA and 5C. RGB value is (173,186,92). Sum of RGB (Red+Green+Blue) = 173+186+92=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA5C is #5245A3. Grayscale: #ABABAB. Windows color (decimal): -5391780 or 6077101. OLE color: 6077101.

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

Color convert

RGB17318692-
CMYK0.0700.510.27
HSL68.3º40.52%54.51%-
HSV(B)68.3º50.54%72.94%-
XYZ36.7244.7716.83-
YUV171.483.19129.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=38.36%
G=41.24%
B=20.40%

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
Decimal173186920.0700.510.2768.340.5254.51
HexADBA5C70331B442937
Octal2552721347063331045167
Binary101011011011101010111001110110011110111000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA5C; }

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

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

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

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

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

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

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

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