#ADAB5B

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

Shades of Olive Green #ADAB5B

Tints of Olive Green #ADAB5B

Color information

#ADAB5B (or 0xADAB5B) is unknown color: approx Olive Green. HEX triplet: AD, AB and 5B. RGB value is (173,171,91). Sum of RGB (Red+Green+Blue) = 173+171+91=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB5B is #5254A4. Grayscale: #A2A2A2. Windows color (decimal): -5395621 or 6007725. OLE color: 6007725.

HSL color Cylindrical-coordinate representation of color #ADAB5B: hue angle of 58.54º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADAB5B is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17317191-
CMYK00.010.470.32
HSL58.54º33.33%51.76%-
HSV(B)58.54º47.4%67.84%-
XYZ33.6838.7715.6-
YUV162.4887.66135.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=39.77%
G=39.31%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731719100.010.470.3258.5433.3351.76
HexADAB5B012F203b2134
Octal255253133015740734164
Binary1010110110101011101101101101111100000111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB5B; }

 p { color: rgb(173,171,91); }

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

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

 a { background-color: rgb(173,171,91); }

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

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

 span { border-color: rgb(173,171,91); }

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