#ACB355

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

Shades of Olive Green #ACB355

Tints of Olive Green #ACB355

Color information

#ACB355 (or 0xACB355) is unknown color: approx Olive Green. HEX triplet: AC, B3 and 55. RGB value is (172,179,85). Sum of RGB (Red+Green+Blue) = 172+179+85=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB355 is #534CAA. Grayscale: #A6A6A6. Windows color (decimal): -5459115 or 5616556. OLE color: 5616556.

HSL color Cylindrical-coordinate representation of color #ACB355: hue angle of 64.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB355 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17217985-
CMYK0.0400.530.30
HSL64.47º38.21%51.76%-
HSV(B)64.47º52.51%70.2%-
XYZ34.7741.6714.8-
YUV166.1982.18132.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=39.45%
G=41.06%
B=19.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179850.0400.530.3064.4738.2151.76
HexACB35540351E402634
Octal2542631254065361004664
Binary101011001011001110101011000110101111101000000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB355; }

 p { color: rgb(172,179,85); }

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

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

 a { background-color: rgb(172,179,85); }

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

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

 span { border-color: rgb(172,179,85); }

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