#ADB556

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

Shades of Olive Green #ADB556

Tints of Olive Green #ADB556

Color information

#ADB556 (or 0xADB556) is unknown color: approx Olive Green. HEX triplet: AD, B5 and 56. RGB value is (173,181,86). Sum of RGB (Red+Green+Blue) = 173+181+86=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB556 is #524AA9. Grayscale: #A8A8A8. Windows color (decimal): -5393066 or 5682605. OLE color: 5682605.

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

Color convert

RGB17318186-
CMYK0.0400.520.29
HSL65.05º39.09%52.35%-
HSV(B)65.05º52.49%70.98%-
XYZ35.4442.615.16-
YUV167.7881.85131.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=39.32%
G=41.14%
B=19.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173181860.0400.520.2965.0539.0952.35
HexADB55640341D412734
Octal2552651264064351014764
Binary101011011011010110101101000110100111011000001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB556; }

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

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

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

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

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

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

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

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