#ACB463

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

Shades of Olive Green #ACB463

Tints of Olive Green #ACB463

Color information

#ACB463 (or 0xACB463) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 63. RGB value is (172,180,99). Sum of RGB (Red+Green+Blue) = 172+180+99=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB463 is #534B9C. Grayscale: #A8A8A8. Windows color (decimal): -5458845 or 6534316. OLE color: 6534316.

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

Color convert

RGB17218099-
CMYK0.0400.450.29
HSL65.93º35.06%54.71%-
HSV(B)65.93º45%70.59%-
XYZ35.5942.3118.1-
YUV168.3788.85130.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=38.14%
G=39.91%
B=21.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172180990.0400.450.2965.9335.0654.71
HexACB463402D1D422337
Octal2542641434055351024367
Binary101011001011010011000111000101101111011000010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB463; }

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

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

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

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

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

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

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

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