#ADAC5C

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

Shades of Olive Green #ADAC5C

Tints of Olive Green #ADAC5C

Color information

#ADAC5C (or 0xADAC5C) is unknown color: approx Olive Green. HEX triplet: AD, AC and 5C. RGB value is (173,172,92). Sum of RGB (Red+Green+Blue) = 173+172+92=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC5C is #5253A3. Grayscale: #A3A3A3. Windows color (decimal): -5395364 or 6073517. OLE color: 6073517.

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

Color convert

RGB17317292-
CMYK00.010.470.32
HSL59.26º33.06%51.96%-
HSV(B)59.26º46.82%67.84%-
XYZ33.9239.1615.9-
YUV163.1887.83135-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=39.59%
G=39.36%
B=21.05%

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
Decimal1731729200.010.470.3259.2633.0651.96
HexADAC5C012F203b2134
Octal255254134015740734164
Binary1010110110101100101110001101111100000111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC5C; }

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

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

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

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

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

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

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

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