#ADB963

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

Shades of Olive Green #ADB963

Tints of Olive Green #ADB963

Color information

#ADB963 (or 0xADB963) is unknown color: approx Olive Green. HEX triplet: AD, B9 and 63. RGB value is (173,185,99). Sum of RGB (Red+Green+Blue) = 173+185+99=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB963 is #52469C. Grayscale: #ABABAB. Windows color (decimal): -5392029 or 6535597. OLE color: 6535597.

HSL color Cylindrical-coordinate representation of color #ADB963: hue angle of 68.37º 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 #ADB963 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB17318599-
CMYK0.0600.460.27
HSL68.37º38.05%55.69%-
HSV(B)68.37º46.49%72.55%-
XYZ36.8344.4818.45-
YUV171.6187.02128.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=37.86%
G=40.48%
B=21.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185990.0600.460.2768.3738.0555.69
HexADB963602E1B442638
Octal2552711436056331044670
Binary101011011011100111000111100101110110111000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB963; }

 p { color: rgb(173,185,99); }

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

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

 a { background-color: rgb(173,185,99); }

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

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

 span { border-color: rgb(173,185,99); }

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