#ADB863

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

Shades of Olive Green #ADB863

Tints of Olive Green #ADB863

Color information

#ADB863 (or 0xADB863) is unknown color: approx Olive Green. HEX triplet: AD, B8 and 63. RGB value is (173,184,99). Sum of RGB (Red+Green+Blue) = 173+184+99=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB863 is #52479C. Grayscale: #ABABAB. Windows color (decimal): -5392285 or 6535341. OLE color: 6535341.

HSL color Cylindrical-coordinate representation of color #ADB863: hue angle of 67.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB863 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB17318499-
CMYK0.0600.460.28
HSL67.76º37.44%55.49%-
HSV(B)67.76º46.2%72.16%-
XYZ36.6344.0718.38-
YUV171.0287.36129.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=37.94%
G=40.35%
B=21.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184990.0600.460.2867.7637.4455.49
HexADB863602E1C442537
Octal2552701436056341044567
Binary101011011011100011000111100101110111001000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB863; }

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

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

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

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

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

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

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

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