#ADAB58

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

Shades of Olive Green #ADAB58

Tints of Olive Green #ADAB58

Color information

#ADAB58 (or 0xADAB58) is unknown color: approx Olive Green. HEX triplet: AD, AB and 58. RGB value is (173,171,88). Sum of RGB (Red+Green+Blue) = 173+171+88=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB58 is #5254A7. Grayscale: #A2A2A2. Windows color (decimal): -5395624 or 5811117. OLE color: 5811117.

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

Color convert

RGB17317188-
CMYK00.010.490.32
HSL58.59º34.14%51.18%-
HSV(B)58.59º49.13%67.84%-
XYZ33.5638.7114.94-
YUV162.1486.16135.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=40.05%
G=39.58%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731718800.010.490.3258.5934.1451.18
HexADAB580131203b2233
Octal255253130016140734263
Binary1010110110101011101100001110001100000111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB58; }

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

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

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

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

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

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

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

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