#ADBA64

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

Shades of Olive Green #ADBA64

Tints of Olive Green #ADBA64

Color information

#ADBA64 (or 0xADBA64) is unknown color: approx Olive Green. HEX triplet: AD, BA and 64. RGB value is (173,186,100). Sum of RGB (Red+Green+Blue) = 173+186+100=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA64 is #52459B. Grayscale: #ACACAC. Windows color (decimal): -5391772 or 6601389. OLE color: 6601389.

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

Color convert

RGB173186100-
CMYK0.0700.460.27
HSL69.07º38.39%56.08%-
HSV(B)69.07º46.24%72.94%-
XYZ37.0944.9218.77-
YUV172.3187.19128.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=37.69%
G=40.52%
B=21.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861000.0700.460.2769.0738.3956.08
HexADBA64702E1B452638
Octal2552721447056331054670
Binary101011011011101011001001110101110110111000101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA64; }

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

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

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

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

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

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

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

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