#ADB162

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

Shades of Olive Green #ADB162

Tints of Olive Green #ADB162

Color information

#ADB162 (or 0xADB162) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 62. RGB value is (173,177,98). Sum of RGB (Red+Green+Blue) = 173+177+98=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB162 is #524E9D. Grayscale: #A7A7A7. Windows color (decimal): -5394078 or 6468013. OLE color: 6468013.

HSL color Cylindrical-coordinate representation of color #ADB162: hue angle of 63.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADB162 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17317798-
CMYK0.0200.450.31
HSL63.04º33.62%53.92%-
HSV(B)63.04º44.63%69.41%-
XYZ35.1641.2117.66-
YUV166.889.17132.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=38.62%
G=39.51%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177980.0200.450.3163.0433.6253.92
HexADB162202D1F3f2236
Octal255261142205537774266
Binary1010110110110001110001010010110111111111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB162; }

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

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

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

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

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

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

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

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