#ACAB50

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

Shades of Olive Green #ACAB50

Tints of Olive Green #ACAB50

Color information

#ACAB50 (or 0xACAB50) is unknown color: approx Olive Green. HEX triplet: AC, AB and 50. RGB value is (172,171,80). Sum of RGB (Red+Green+Blue) = 172+171+80=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB50 is #5354AF. Grayscale: #A1A1A1. Windows color (decimal): -5461168 or 5286828. OLE color: 5286828.

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

Color convert

RGB17217180-
CMYK00.010.530.33
HSL59.35º36.51%49.41%-
HSV(B)59.35º53.49%67.45%-
XYZ33.0238.4813.28-
YUV160.9382.33135.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=40.66%
G=40.43%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721718000.010.530.3359.3536.5149.41
HexACAB500135213b2531
Octal254253120016541734561
Binary1010110010101011101000001110101100001111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB50; }

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

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

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

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

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

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

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

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