#ADAC50

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

Shades of Olive Green #ADAC50

Tints of Olive Green #ADAC50

Color information

#ADAC50 (or 0xADAC50) is unknown color: approx Olive Green. HEX triplet: AD, AC and 50. RGB value is (173,172,80). Sum of RGB (Red+Green+Blue) = 173+172+80=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC50 is #5253AF. Grayscale: #A2A2A2. Windows color (decimal): -5395376 or 5287085. OLE color: 5287085.

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

Color convert

RGB17317280-
CMYK00.010.540.32
HSL59.35º36.76%49.61%-
HSV(B)59.35º53.76%67.84%-
XYZ33.4338.9713.35-
YUV161.8181.83135.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=40.71%
G=40.47%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731728000.010.540.3259.3536.7649.61
HexADAC500136203b2532
Octal255254120016640734562
Binary1010110110101100101000001110110100000111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC50; }

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

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

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

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

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

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

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

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