#ADB95E

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

Shades of Olive Green #ADB95E

Tints of Olive Green #ADB95E

Color information

#ADB95E (or 0xADB95E) is unknown color: approx Olive Green. HEX triplet: AD, B9 and 5E. RGB value is (173,185,94). Sum of RGB (Red+Green+Blue) = 173+185+94=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB95E is #5246A1. Grayscale: #ABABAB. Windows color (decimal): -5392034 or 6207917. OLE color: 6207917.

HSL color Cylindrical-coordinate representation of color #ADB95E: hue angle of 67.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADB95E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17318594-
CMYK0.0600.490.27
HSL67.91º39.39%54.71%-
HSV(B)67.91º49.19%72.55%-
XYZ36.644.3917.23-
YUV171.0484.52129.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=38.27%
G=40.93%
B=20.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185940.0600.490.2767.9139.3954.71
HexADB95E60311B442737
Octal2552711366061331044767
Binary101011011011100110111101100110001110111000100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB95E; }

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

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

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

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

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

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

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

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