#ADB163

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

Shades of Olive Green #ADB163

Tints of Olive Green #ADB163

Color information

#ADB163 (or 0xADB163) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 63. RGB value is (173,177,99). Sum of RGB (Red+Green+Blue) = 173+177+99=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB163 is #524E9C. Grayscale: #A7A7A7. Windows color (decimal): -5394077 or 6533549. OLE color: 6533549.

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

Color convert

RGB17317799-
CMYK0.0200.440.31
HSL63.08º33.33%54.12%-
HSV(B)63.08º44.07%69.41%-
XYZ35.2141.2317.91-
YUV166.9189.67132.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=38.53%
G=39.42%
B=22.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177990.0200.440.3163.0833.3354.12
HexADB163202C1F3f2136
Octal255261143205437774166
Binary1010110110110001110001110010110011111111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB163; }

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

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

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

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

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

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

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

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