#ACB363

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

Shades of Olive Green #ACB363

Tints of Olive Green #ACB363

Color information

#ACB363 (or 0xACB363) is unknown color: approx Olive Green. HEX triplet: AC, B3 and 63. RGB value is (172,179,99). Sum of RGB (Red+Green+Blue) = 172+179+99=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB363 is #534C9C. Grayscale: #A8A8A8. Windows color (decimal): -5459101 or 6534060. OLE color: 6534060.

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

Color convert

RGB17217999-
CMYK0.0400.450.30
HSL65.25º34.48%54.51%-
HSV(B)65.25º44.69%70.2%-
XYZ35.3941.9118.03-
YUV167.7989.18131-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 99 (39.06% from 255) = 22%
R=38.22%
G=39.78%
B=22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179990.0400.450.3065.2534.4854.51
HexACB363402D1E412237
Octal2542631434055361014267
Binary101011001011001111000111000101101111101000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB363; }

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

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

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

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

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

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

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

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