#ADB562

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

Shades of Olive Green #ADB562

Tints of Olive Green #ADB562

Color information

#ADB562 (or 0xADB562) is unknown color: approx Olive Green. HEX triplet: AD, B5 and 62. RGB value is (173,181,98). Sum of RGB (Red+Green+Blue) = 173+181+98=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB562 is #524A9D. Grayscale: #A9A9A9. Windows color (decimal): -5393054 or 6469037. OLE color: 6469037.

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

Color convert

RGB17318198-
CMYK0.0400.460.29
HSL65.78º35.93%54.71%-
HSV(B)65.78º45.86%70.98%-
XYZ35.9642.8117.92-
YUV169.1587.85130.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=38.27%
G=40.04%
B=21.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173181980.0400.460.2965.7835.9354.71
HexADB562402E1D422437
Octal2552651424056351024467
Binary101011011011010111000101000101110111011000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB562; }

 p { color: rgb(173,181,98); }

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

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

 a { background-color: rgb(173,181,98); }

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

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

 span { border-color: rgb(173,181,98); }

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