#ADB463

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

Shades of Olive Green #ADB463

Tints of Olive Green #ADB463

Color information

#ADB463 (or 0xADB463) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 63. RGB value is (173,180,99). Sum of RGB (Red+Green+Blue) = 173+180+99=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB463 is #524B9C. Grayscale: #A8A8A8. Windows color (decimal): -5393309 or 6534317. OLE color: 6534317.

HSL color Cylindrical-coordinate representation of color #ADB463: hue angle of 65.19º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB463 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB17318099-
CMYK0.0400.450.29
HSL65.19º35.06%54.71%-
HSV(B)65.19º45%70.59%-
XYZ35.8142.4318.11-
YUV168.6788.68131.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 99 (39.06% from 255) = 21.90%
R=38.27%
G=39.82%
B=21.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180990.0400.450.2965.1935.0654.71
HexADB463402D1D412337
Octal2552641434055351014367
Binary101011011011010011000111000101101111011000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB463; }

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

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

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

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

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

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

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

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