#ADAC58

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

Shades of Olive Green #ADAC58

Tints of Olive Green #ADAC58

Color information

#ADAC58 (or 0xADAC58) is unknown color: approx Olive Green. HEX triplet: AD, AC and 58. RGB value is (173,172,88). Sum of RGB (Red+Green+Blue) = 173+172+88=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC58 is #5253A7. Grayscale: #A3A3A3. Windows color (decimal): -5395368 or 5811373. OLE color: 5811373.

HSL color Cylindrical-coordinate representation of color #ADAC58: hue angle of 59.29º 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 #ADAC58 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17317288-
CMYK00.010.490.32
HSL59.29º34.14%51.18%-
HSV(B)59.29º49.13%67.84%-
XYZ33.7539.0915-
YUV162.7285.83135.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=39.95%
G=39.72%
B=20.32%

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
Decimal1731728800.010.490.3259.2934.1451.18
HexADAC580131203b2233
Octal255254130016140734263
Binary1010110110101100101100001110001100000111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC58; }

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

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

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

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

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

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

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

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