#ADB45E

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

Shades of Olive Green #ADB45E

Tints of Olive Green #ADB45E

Color information

#ADB45E (or 0xADB45E) is unknown color: approx Olive Green. HEX triplet: AD, B4 and 5E. RGB value is (173,180,94). Sum of RGB (Red+Green+Blue) = 173+180+94=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB45E is #524BA1. Grayscale: #A8A8A8. Windows color (decimal): -5393314 or 6206637. OLE color: 6206637.

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

Color convert

RGB17318094-
CMYK0.0400.480.29
HSL64.88º36.44%53.73%-
HSV(B)64.88º47.78%70.59%-
XYZ35.5842.3316.89-
YUV168.186.18131.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=38.70%
G=40.27%
B=21.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180940.0400.480.2964.8836.4453.73
HexADB45E40301D412436
Octal2552641364060351014466
Binary101011011011010010111101000110000111011000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB45E; }

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

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

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

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

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

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

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

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