#ACB050

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

Shades of Olive Green #ACB050

Tints of Olive Green #ACB050

Color information

#ACB050 (or 0xACB050) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 50. RGB value is (172,176,80). Sum of RGB (Red+Green+Blue) = 172+176+80=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB050 is #534FAF. Grayscale: #A4A4A4. Windows color (decimal): -5459888 or 5288108. OLE color: 5288108.

HSL color Cylindrical-coordinate representation of color #ACB050: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB050 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17217680-
CMYK0.0200.550.31
HSL62.5º37.8%50.2%-
HSV(B)62.5º54.55%69.02%-
XYZ33.9940.413.6-
YUV163.8680.67133.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=40.19%
G=41.12%
B=18.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176800.0200.550.3162.537.850.2
HexACB05020371F3e2632
Octal254260120206737764662
Binary1010110010110000101000010011011111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB050; }

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

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

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

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

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

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

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

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