#ACB557

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

Shades of Olive Green #ACB557

Tints of Olive Green #ACB557

Color information

#ACB557 (or 0xACB557) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 57. RGB value is (172,181,87). Sum of RGB (Red+Green+Blue) = 172+181+87=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB557 is #534AA8. Grayscale: #A7A7A7. Windows color (decimal): -5458601 or 5748140. OLE color: 5748140.

HSL color Cylindrical-coordinate representation of color #ACB557: hue angle of 65.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB557 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17218187-
CMYK0.0500.520.29
HSL65.74º38.84%52.55%-
HSV(B)65.74º51.93%70.98%-
XYZ35.2642.5115.36-
YUV167.5982.52131.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 87 (34.38% from 255) = 19.77%
R=39.09%
G=41.14%
B=19.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181870.0500.520.2965.7438.8452.55
HexACB55750341D422735
Octal2542651275064351024765
Binary101011001011010110101111010110100111011000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB557; }

 p { color: rgb(172,181,87); }

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

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

 a { background-color: rgb(172,181,87); }

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

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

 span { border-color: rgb(172,181,87); }

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