#ADB962

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

Shades of Olive Green #ADB962

Tints of Olive Green #ADB962

Color information

#ADB962 (or 0xADB962) is unknown color: approx Olive Green. HEX triplet: AD, B9 and 62. RGB value is (173,185,98). Sum of RGB (Red+Green+Blue) = 173+185+98=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB962 is #52469D. Grayscale: #ABABAB. Windows color (decimal): -5392030 or 6470061. OLE color: 6470061.

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

Color convert

RGB17318598-
CMYK0.0600.470.27
HSL68.28º38.33%55.49%-
HSV(B)68.28º47.03%72.55%-
XYZ36.7944.4618.2-
YUV171.4986.52129.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=37.94%
G=40.57%
B=21.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185980.0600.470.2768.2838.3355.49
HexADB962602F1B442637
Octal2552711426057331044667
Binary101011011011100111000101100101111110111000100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB962; }

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

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

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

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

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

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

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

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